public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/man lvm.conf.5.in
@ 2011-10-04 20:45 agk
0 siblings, 0 replies; 4+ messages in thread
From: agk @ 2011-10-04 20:45 UTC (permalink / raw)
To: lvm-devel, lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk@sourceware.org 2011-10-04 20:45:36
Modified files:
man : lvm.conf.5.in
Log message:
Clarify multi-name device filter pattern matching explanation in lvm.conf.5.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.conf.5.in.diff?cvsroot=lvm2&r1=1.21&r2=1.22
--- LVM2/man/lvm.conf.5.in 2011/04/29 00:21:16 1.21
+++ LVM2/man/lvm.conf.5.in 2011/10/04 20:45:36 1.22
@@ -97,10 +97,10 @@
any patterns are accepted. If you want to reject patterns that
don't match, end the list with "r/.*/".
If there are several names for the same device (e.g. symbolic links
-in /dev), if any name matches any \fBa\fP pattern, the
-device is accepted; otherwise if any name matches any \fBr\fP
-pattern it is rejected; otherwise it is accepted.
-As an example, to ignore /dev/cdrom you could use:
+in /dev), if the first matching pattern in the list for any of the names is an
+\fBa\fP pattern, the device is accepted; otherwise if the first matching
+pattern in the list for any of the names is an \fBr\fP pattern it is rejected;
+otherwise it is accepted. As an example, to ignore /dev/cdrom you could use:
.br
\fBdevices { filter=["r|cdrom|"] }\fP
.IP
^ permalink raw reply [flat|nested] 4+ messages in thread
* LVM2/man lvm.conf.5.in
@ 2012-01-12 2:32 agk
0 siblings, 0 replies; 4+ messages in thread
From: agk @ 2012-01-12 2:32 UTC (permalink / raw)
To: lvm-devel, lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk@sourceware.org 2012-01-12 02:32:09
Modified files:
man : lvm.conf.5.in
Log message:
Add activation/read_only_volume_list to override LV permission in metadata.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.conf.5.in.diff?cvsroot=lvm2&r1=1.22&r2=1.23
--- LVM2/man/lvm.conf.5.in 2011/10/04 20:45:36 1.22
+++ LVM2/man/lvm.conf.5.in 2012/01/12 02:32:09 1.23
@@ -423,6 +423,18 @@
\fBtags\fP above).
Logical volume and volume groups can also be included in the list
by name e.g. vg00, vg00/lvol1.
+.IP
+\fBread_only_volume_list\fP \(em This acts as a filter through
+which all requests to activate a logical volume on this machine
+are passed. A logical volume is activated in read-only mode (instead
+of read-write) if it matches an item in the list. Volumes must first
+pass the \fBvolume_list\fP filter, if present. Tags must be preceded
+by @ and are checked against all tags defined in the logical volume
+and volume group metadata for a match.
+@* is short-hand to check every tag set on the host machine (see
+\fBtags\fP above).
+Logical volume and volume groups can also be included in the list
+by name e.g. vg00, vg00/lvol1.
.TP
\fBmetadata\fP \(em Advanced metadata settings
.IP
^ permalink raw reply [flat|nested] 4+ messages in thread
* LVM2/man lvm.conf.5.in
@ 2011-04-12 21:21 snitzer
0 siblings, 0 replies; 4+ messages in thread
From: snitzer @ 2011-04-12 21:21 UTC (permalink / raw)
To: lvm-devel, lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: snitzer@sourceware.org 2011-04-12 21:21:08
Modified files:
man : lvm.conf.5.in
Log message:
fix s/then/than/ typo in lvm.conf.5.in
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.conf.5.in.diff?cvsroot=lvm2&r1=1.17&r2=1.18
--- LVM2/man/lvm.conf.5.in 2011/03/10 15:20:10 1.17
+++ LVM2/man/lvm.conf.5.in 2011/04/12 21:21:08 1.18
@@ -175,8 +175,8 @@
\fBpv_min_size\fP \(em
Minimal size (in KB) of the block device which can be used as a PV.
In clustered environment all nodes have to use the same value.
-Any value smaller then 512KB is ignored. An example to
-ignore devices smaller then 2MB (i.e. floppy drives):
+Any value smaller than 512KB is ignored. An example to
+ignore devices smaller than 2MB (i.e. floppy drives):
.IP
pv_min_size = 2048
.IP
^ permalink raw reply [flat|nested] 4+ messages in thread
* LVM2/man lvm.conf.5.in
@ 2011-03-10 15:20 zkabelac
0 siblings, 0 replies; 4+ messages in thread
From: zkabelac @ 2011-03-10 15:20 UTC (permalink / raw)
To: lvm-devel, lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac@sourceware.org 2011-03-10 15:20:10
Modified files:
man : lvm.conf.5.in
Log message:
Document pv_min_size in lvm.conf manpage
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.conf.5.in.diff?cvsroot=lvm2&r1=1.16&r2=1.17
--- LVM2/man/lvm.conf.5.in 2010/11/09 12:34:43 1.16
+++ LVM2/man/lvm.conf.5.in 2011/03/10 15:20:10 1.17
@@ -171,6 +171,15 @@
the limit set here, no further I/O is sent to that device for the remainder of
the respective operation. Setting the parameter to 0 disables the counters
altogether.
+.IP
+\fBpv_min_size\fP \(em
+Minimal size (in KB) of the block device which can be used as a PV.
+In clustered environment all nodes have to use the same value.
+Any value smaller then 512KB is ignored. An example to
+ignore devices smaller then 2MB (i.e. floppy drives):
+.IP
+pv_min_size = 2048
+.IP
.TP
\fBallocation\fP \(em Space allocation policies
.IP
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-12 2:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-04 20:45 LVM2/man lvm.conf.5.in agk
-- strict thread matches above, loose matches on Subject: below --
2012-01-12 2:32 agk
2011-04-12 21:21 snitzer
2011-03-10 15:20 zkabelac
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).