f49c536
--- LVM2.2.02.58/doc/example.conf	2010-01-07 19:54:21.000000000 +0000
f49c536
+++ LVM2.2.02.58-new/doc/example.conf	2010-01-20 18:30:32.000000000 +0000
f49c536
@@ -23,10 +23,10 @@
f49c536
     # same block device and the tools need to display a name for device,
f49c536
     # all the pathnames are matched against each item in the following
f49c536
     # list of regular expressions in turn and the first match is used.
f49c536
-    preferred_names = [ ]
f49c536
+    # preferred_names = [ ]
f49c536
 
f49c536
     # Try to avoid using undescriptive /dev/dm-N names, if present.
f49c536
-    # preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
f49c536
+    preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
f49c536
 
f49c536
     # A filter that tells LVM2 to only use a restricted set of devices.
f49c536
     # The filter consists of an array of regular expressions.  These