From bcc4a38c1abcfd296bac30af0ed098e827f4f4df Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Mon, 11 Feb 2008 16:57:40 +0000 Subject: [PATCH] Reflect actual default setting of preferred_names in example.conf and update comments. --- doc/example.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 73b69a97a..25ce401ed 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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 -- 2.43.5