]> sourceware.org Git - lvm2.git/commitdiff
man: fix / typo
authorHeinz Mauelshagen <heinzm@redhat.com>
Mon, 27 Mar 2017 22:27:04 +0000 (00:27 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Mon, 27 Mar 2017 22:27:04 +0000 (00:27 +0200)
man/lvmraid.7_main
tools/args.h

index 3cbc84bf6c8249fd60868ff51d1d3e29c1e30973..398a25d0c97caccd62dc5d6f42ee6fa437fdee03 100644 (file)
@@ -8,7 +8,8 @@ lvmraid \(em LVM RAID
 LVM RAID is a way to create logical volumes (LVs) that use multiple physical
 devices to improve performance or tolerate device failure.  How blocks of
 data in an LV are placed onto physical devices is determined by the RAID
-level.  RAID levels are commonly referred to by number, e.g. raid1, raid5.
+level.  RAID levels are commonly referred by a level specific number
+suffixed to the string 'raid', e.g. raid1, raid5 or raid6.
 Selecting a RAID level involves tradeoffs among physical device
 requirements, fault tolerance, and performance.  A description of the RAID
 levels can be found at
index b81e2c9a91c3f46e16aec878415433e212aa9c11..8d6b44dc644578850c3fc5fe441a777ebd84b792 100644 (file)
@@ -837,7 +837,7 @@ arg(activate_ARG, 'a', "activate", activation_VAL, 0, 0,
     "\\fBn\\fP makes the LV inactive, or unavailable, only when possible.\n"
     "In some cases, creating an LV requires it to be active.\n"
     "For example, COW snapshots of an active origin LV can only\n"
-    "be created in the active state (this does not apply to thin snapshots.)\n"
+    "be created in the active state (this does not apply to thin snapshots).\n"
     "The --zero option normally requires the LV to be active.\n"
     "If autoactivation \\fBay\\fP is used, the LV is only activated\n"
     "if it matches an item in lvm.conf activation/auto_activation_volume_list.\n"
@@ -995,7 +995,7 @@ arg(stripes_ARG, 'i', "stripes", number_VAL, 0, 0,
     "devices that are required for parity. The largest number depends on\n"
     "the RAID type (raid0: 64, raid10: 32, raid4/5: 63, raid6: 62), and\n"
     "when unspecified, the default depends on the RAID type\n"
-    "(raid0: 2, raid10: 4, raid4/5: 3, raid6: 5.)\n"
+    "(raid0: 2, raid10: 2, raid4/5: 3, raid6: 5.)\n"
     "To stripe a new raid LV across all PVs by default,\n"
     "see lvm.conf allocation/raid_stripe_all_devices.\n")
 
This page took 0.043136 seconds and 5 git commands to generate.