[lvm-devel] LVM2/doc example.conf

agk at sourceware.org agk at sourceware.org
Thu Apr 10 18:50:37 UTC 2008


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-04-10 18:50:37

Modified files:
	doc            : example.conf 

Log message:
	.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/doc/example.conf.diff?cvsroot=lvm2&r1=1.35&r2=1.36

--- LVM2/doc/example.conf	2008/02/11 16:57:40	1.35
+++ LVM2/doc/example.conf	2008/04/10 18:50:37	1.36
@@ -25,9 +25,8 @@
     # list of regular expressions in turn and the first match is used.
     preferred_names = [ ]
 
-    # If device-mapper multipath is used, more descriptive names might
-    # be preferred over the dm-N names:
-    # preferred_names = [ "^/dev/mapper/mpath" ]
+    # Try to avoid using undescriptive /dev/dm-N names, if present.
+    # preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
 
     # A filter that tells LVM2 to only use a restricted set of devices.
     # The filter consists of an array of regular expressions.  These




More information about the lvm-devel mailing list