]> sourceware.org Git - lvm2.git/commitdiff
fix s/then/than/ typos in 'pv_min_size' section and fold floppy example
authorMike Snitzer <snitzer@redhat.com>
Tue, 12 Apr 2011 20:44:41 +0000 (20:44 +0000)
committerMike Snitzer <snitzer@redhat.com>
Tue, 12 Apr 2011 20:44:41 +0000 (20:44 +0000)
into documentation preamble.

doc/example.conf.in

index 6e9f1b9b1e24474bff7b6318ca568e865b2d8804..f154ca573f2a30ea089ba6d46777f4472bd3fbad 100644 (file)
@@ -147,11 +147,10 @@ devices {
 
     # 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.
-    pv_min_size = 512
-
-    # Example: Ignore devices smaller then 2MB (i.e. floppy drives).
+    # Any value smaller than 512KB is ignored.
+    # Example: Ignore devices smaller than 2MB (i.e. floppy drives).
     # pv_min_size = 2048
+    pv_min_size = 512
 }
 
 # This section allows you to configure the way in which LVM selects
This page took 0.033114 seconds and 5 git commands to generate.