public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/doc example.conf
@ 2005-08-31 15:05 agk
  0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2005-08-31 15:05 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2005-08-31 15:05:47

Modified files:
	doc            : example.conf 

Log message:
	add comments to example conf file to warn about common filter line mistakes

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/doc/example.conf.diff?cvsroot=lvm2&r1=1.20&r2=1.21


^ permalink raw reply	[flat|nested] 3+ messages in thread

* LVM2/doc example.conf
@ 2008-04-10 18:50 agk
  0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2008-04-10 18:50 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* LVM2/doc example.conf
@ 2008-02-11 16:57 wysochanski
  0 siblings, 0 replies; 3+ messages in thread
From: wysochanski @ 2008-02-11 16:57 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2008-02-11 16:57:40

Modified files:
	doc            : example.conf 

Log message:
	Reflect actual default setting of preferred_names in example.conf and
	update comments.

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

--- LVM2/doc/example.conf	2008/02/04 20:26:14	1.34
+++ LVM2/doc/example.conf	2008/02/11 16:57:40	1.35
@@ -23,11 +23,11 @@
     # 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-10 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-31 15:05 LVM2/doc example.conf agk
2008-02-11 16:57 wysochanski
2008-04-10 18:50 agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).