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