Skip to content

Commit

Permalink
Merge pull request #87 from angelabriel/master
Browse files Browse the repository at this point in the history
adapt man page for fix bsc#1194299
  • Loading branch information
angelabriel authored Jan 12, 2022
2 parents f6ce618 + fcefeb0 commit 6c65b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ospackage/man/saptune-note.5
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ all multipath devices (dm-*, if mpath-, but not LVM- or other dm-)
.IP \[bu]
all physical disks (indicated by device/type=0 or names like nvme*, vd*)
.br
\fBexcept\fP they are part of a device mapper construct (like mpath- or LVM-).
\fBexcept\fP they are part of a device mapper construct (like mpath-).
.RE

The section "[block]" can contain the following options:
Expand Down
2 changes: 1 addition & 1 deletion system/blockdev.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var IsRahead = regexp.MustCompile(`^READ_AHEAD_KB_\w+\-?\d*$`)
// IsMsect matches block device max_sectors_kb tag
var IsMsect = regexp.MustCompile(`^MAX_SECTORS_KB_\w+\-?\d*$`)

var isVD = regexp.MustCompile(`^vd\w+$`)
var isVD = regexp.MustCompile(`^x?vd\w+$`)

// devices like /dev/nvme0n1 are the NVME storage namespaces: the devices you
// use for actual storage, which will behave essentially as disks.
Expand Down

0 comments on commit 6c65b2f

Please sign in to comment.