]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md.4
Grow: Use 'forked' also for reshape_container in Grow_continue
[thirdparty/mdadm.git] / md.4
diff --git a/md.4 b/md.4
index 2574c37e498d325e506b483d2fba8791fded64e4..5f6c3a7c264af867e377588bb17ea6ae7179d7cc 100644 (file)
--- a/md.4
+++ b/md.4
@@ -78,7 +78,7 @@ The metadata contains, among other things:
 .TP
 LEVEL
 The manner in which the devices are arranged into the array
-(linear, raid0, raid1, raid4, raid5, raid10, multipath).
+(LINEAR, RAID0, RAID1, RAID4, RAID5, RAID10, MULTIPATH).
 .TP
 UUID
 a 128 bit Universally Unique Identifier that identifies the array that
@@ -101,7 +101,7 @@ array without superblocks is preferred.  These include:
 LEGACY ARRAYS
 Early versions of the
 .B md
-driver only supported Linear and Raid0 configurations and did not use
+driver only supported LINEAR and RAID0 configurations and did not use
 a superblock (which is less critical with these configurations).
 While such arrays should be rebuilt with superblocks if possible,
 .B md
@@ -118,7 +118,7 @@ written to the device and searched for on all paths.  In this case,
 a MULTIPATH array with no superblock makes sense.
 .TP
 RAID1
-In some configurations it might be desired to create a raid1
+In some configurations it might be desired to create a RAID1
 configuration that does not use a superblock, and to maintain the state of
 the array elsewhere.  While not encouraged for general use, it does
 have special-purpose uses and is supported.
@@ -159,7 +159,7 @@ arrays.
 
 .SS LINEAR
 
-A linear array simply catenates the available space on each
+A LINEAR array simply catenates the available space on each
 drive to form one large virtual drive.
 
 One advantage of this arrangement over the more common RAID0
@@ -317,7 +317,7 @@ are some similarities.
 A MULTIPATH array is composed of a number of logically different
 devices, often fibre channel interfaces, that all refer the the same
 real device. If one of these interfaces fails (e.g. due to cable
-problems), the multipath driver will attempt to redirect requests to
+problems), the MULTIPATH driver will attempt to redirect requests to
 another interface.
 
 The MULTIPATH drive is not receiving any ongoing development and
@@ -325,7 +325,7 @@ should be considered a legacy driver.  The device-mapper based
 multipath drivers should be preferred for new installations.
 
 .SS FAULTY
-The FAULTY md module is provided for testing purposes.  A faulty array
+The FAULTY md module is provided for testing purposes.  A FAULTY array
 has exactly one component device and is normally assembled without a
 superblock, so the md array created provides direct access to all of
 the data in the component device.
@@ -610,7 +610,7 @@ is the processes of re-arranging the data stored in each stripe into a
 new layout.  This might involve changing the number of devices in the
 array (so the stripes are wider), changing the chunk size (so stripes
 are deeper or shallower), or changing the arrangement of data and
-parity (possibly changing the raid level, e.g. 1 to 5 or 5 to 6).
+parity (possibly changing the RAID level, e.g. 1 to 5 or 5 to 6).
 
 As of Linux 2.6.35, md can reshape a RAID4, RAID5, or RAID6 array to
 have a different number of devices (more or fewer) and to have a
@@ -621,7 +621,7 @@ Other possibilities may follow in future kernels.
 
 During any stripe process there is a 'critical section' during which
 live data is being overwritten on disk.  For the operation of
-increasing the number of drives in a raid5, this critical section
+increasing the number of drives in a RAID5, this critical section
 covers the first few stripes (the number being the product of the old
 and new number of devices).  After this critical section is passed,
 data is only written to areas of the array which no longer hold live