]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md.4
Change Incremental and related functions to take struct context
[thirdparty/mdadm.git] / md.4
diff --git a/md.4 b/md.4
index 72682dc3ad0cdb912ceeeba7dd3fec220cb0900f..99faad1ac50c48a3592b7ac27e5c1a8d20070923 100644 (file)
--- a/md.4
+++ b/md.4
@@ -120,7 +120,7 @@ a MULTIPATH array with no superblock makes sense.
 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 us, it does
+the array elsewhere.  While not encouraged for general use, it does
 have special-purpose uses and is supported.
 
 .SS ARRAYS WITH EXTERNAL METADATA
@@ -128,7 +128,7 @@ have special-purpose uses and is supported.
 From release 2.6.28, the
 .I md
 driver supports arrays with externally managed metadata.  That is,
-the metadata is not managed by the kernel by rather by a user-space
+the metadata is not managed by the kernel but rather by a user-space
 program which is external to the kernel.  This allows support for a
 variety of metadata formats without cluttering the kernel with lots of
 details.
@@ -136,7 +136,7 @@ details.
 .I md
 is able to communicate with the user-space program through various
 sysfs attributes so that it can make appropriate changes to the
-metadata \- for example to make a device as faulty.  When necessary,
+metadata \- for example to mark a device as faulty.  When necessary,
 .I md
 will wait for the program to acknowledge the event by writing to a
 sysfs attribute.
@@ -215,7 +215,7 @@ spindle. In theory, having an N-disk RAID1 will allow N sequential
 threads to read from all disks.
 
 Individual devices in a RAID1 can be marked as "write-mostly".
-This drives are excluded from the normal read balancing and will only
+These drives are excluded from the normal read balancing and will only
 be read from when there is no other option.  This can be useful for
 devices connected over a slow link.
 
@@ -430,14 +430,12 @@ in the
 .I sysfs
 directory for the device.
 
-Writing
-.I check
-will cause
+Requesting a scrub will cause
 .I md
 to read every block on every device in the array, and check that the
-data is consistent.  For RAID1, this means checking that the copies
-are identical.  For RAID5 this means checking that the parity block is
-correct.
+data is consistent.  For RAID1 and RAID10, this means checking that the copies
+are identical.  For RAID4, RAID5, RAID6 this means checking that the
+parity block is (or blocks are) correct.
 
 If a read error is detected during this process, the normal read-error
 handling causes correct data to be found from other devices and to be
@@ -458,7 +456,7 @@ If
 .I repair
 was used, then a mismatch will be repaired in the same way that
 .I resync
-repairs arrays.  For RAID5 a new parity block is written.  For RAID1,
+repairs arrays.  For RAID5/RAID6 new parity blocks are written.  For RAID1/RAID10,
 all but one block are overwritten with the content of that one block.
 
 A count of mismatches is recorded in the
@@ -466,19 +464,18 @@ A count of mismatches is recorded in the
 file
 .IR md/mismatch_cnt .
 This is set to zero when a
-.I check
-or
-.I repair
-process starts and is incremented whenever a sector is
+scrub starts and is incremented whenever a sector is
 found that is a mismatch.
 .I md
 normally works in units much larger than a single sector and when it
-finds a mismatch, it does not find out how many actual sectors were
-affected but simply add the number of sectors in the IO unit that was
-used.  So a value of 128 could simply mean that a single 64K check
-found an error.
-
-If an array is created by mdadm with
+finds a mismatch, it does not determine exactly how many actual sectors were
+affected but simply adds the number of sectors in the IO unit that was
+used.  So a value of 128 could simply mean that a single 64KB check
+found an error (128 x 512bytes = 64KB).
+
+If an array is created by
+.I mdadm
+with
 .I \-\-assume\-clean
 then a subsequent check could be expected to find some mismatches.
 
@@ -501,13 +498,13 @@ to write it out.  It is quite possible that the memory will be
 changed while the write-out is happening.  In that case the 'clean'
 flag will be found to be clear when the write completes and so the
 swap subsystem will simply forget that the swapout had been attempted,
-and will possibly choose an different page to write out.
+and will possibly choose a different page to write out.
 
-If the swap devices was on RAID1 (or RAID10), then the data is sent
+If the swap device was on RAID1 (or RAID10), then the data is sent
 from memory to a device twice (or more depending on the number of
-devices in the array).  So it is possible that the memory gets changed
-between the two times it is sent, so different data can be written to
-the devices in the array.  This will be detected by
+devices in the array).  Thus it is possible that the memory gets changed
+between the times it is sent, so different data can be written to
+the different devices in the array.  This will be detected by
 .I check
 as a mismatch.  However it does not reflect any corruption as the
 block where this mismatch occurs is being treated by the swap system as
@@ -587,8 +584,12 @@ 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).
 
-As of Linux 2.6.17, md can reshape a raid5 array to have more
-devices.  Other possibilities may follow in future kernels.
+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
+different layout or chunk size.  It can also convert between these
+different RAID levels.  It can also convert between RAID0 and RAID10,
+and between RAID0 and RAID4 or RAID5.
+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
@@ -598,6 +599,9 @@ 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
 data \(em the live data has already been located away.
 
+For a reshape which reduces the number of devices, the 'critical
+section' is at the end of the reshape process.
+
 md is not able to ensure data preservation if there is a crash
 (e.g. power failure) during the critical section.  If md is asked to
 start an array which failed during a critical section of restriping,
@@ -625,8 +629,7 @@ For operations that do not change the size of the array, like simply
 increasing chunk size, or converting RAID5 to RAID6 with one extra
 device, the entire process is the critical section.  In this case, the
 restripe will need to progress in stages, as a section is suspended,
-backed up,
-restriped, and released; this is not yet implemented.
+backed up, restriped, and released.
 
 .SS SYSFS INTERFACE
 Each block device appears as a directory in
@@ -658,7 +661,7 @@ to this file will cause the system-wide setting to have effect.
 This is the partner of
 .B md/sync_speed_min
 and overrides
-.B /proc/sys/dev/raid/spool_limit_max
+.B /proc/sys/dev/raid/speed_limit_max
 described below.
 
 .TP