mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Reflect actual default setting of preferred_names in example.conf and
update comments.
This commit is contained in:
parent
814d9d5bd0
commit
bcc4a38c1a
@ -23,11 +23,11 @@ devices {
|
||||
# same block device and the tools need to display a name for device,
|
||||
# all the pathnames are matched against each item in the following
|
||||
# list of regular expressions in turn and the first match is used.
|
||||
# If device-mapper multipath is used, we should always use the mpath
|
||||
# devices rather than the underlying paths.
|
||||
preferred_names = [ "^/dev/mapper/mpath" ]
|
||||
preferred_names = [ ]
|
||||
|
||||
# preferred_names = [ "^/dev/mapper/mpath", "^/dev/[hs]d" ]
|
||||
# If device-mapper multipath is used, more descriptive names might
|
||||
# be preferred over the dm-N names:
|
||||
# preferred_names = [ "^/dev/mapper/mpath" ]
|
||||
|
||||
# A filter that tells LVM2 to only use a restricted set of devices.
|
||||
# The filter consists of an array of regular expressions. These
|
||||
|
Loading…
Reference in New Issue
Block a user