]> sourceware.org Git - lvm2.git/commitdiff
Document pv_min_size in lvm.conf manpage
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2011 15:20:10 +0000 (15:20 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2011 15:20:10 +0000 (15:20 +0000)
man/lvm.conf.5.in

index ac16b1d59792ad28c621147882138003b5bb1c30..97c4a1474f0cf122516cfd17434417803b3abcb6 100644 (file)
@@ -171,6 +171,15 @@ from each device are counted.  If the counter of a particular device exceeds
 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
This page took 0.032839 seconds and 5 git commands to generate.