mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-11 09:18:25 +03:00
Reflect actual default setting of preferred_names in example.conf and
update comments.
This commit is contained in:
parent
f70af6018c
commit
f095a75f1e
@ -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