]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Man page update for containers etc.
authorNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:51:12 +0000 (20:51 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:51:12 +0000 (20:51 +1100)
Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.8

diff --git a/mdadm.8 b/mdadm.8
index 9f62b012a6f7990101c9add4796e71dcac2390d5..329cea023e583c1cd66658e7e8a37420cf850a0d 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -38,8 +38,9 @@ md devices,
 .BR RAID6 ,
 .BR RAID10 ,
 .BR MULTIPATH ,
+.BR FAULTY ,
 and
-.BR FAULTY .
+.BR CONTAINER .
 
 .B MULTIPATH
 is not a Software RAID mechanism, but does involve
@@ -50,6 +51,19 @@ each device is a path to one common physical storage device.
 is also not true RAID, and it only involves one device.  It
 provides a layer over a true device that can be used to inject faults.
 
+B CONTAINER
+is different again.  A CONTAINER is a collection of devices that are
+managed as a set.  This is similar to the set of devices connected to
+a hardware RAID controller.  The set of devices may contain a number
+of different RAID arrays each utilising some (or all) blocks from a
+number of the devices in the set.  For example, two devices in a 5-device set
+might form a RAID1 used the whole devices.  The remaining three might
+have a RAID5 over the first half of each device, and a RAID0 over the
+second half.
+
+With a CONTAINER, there is one set of metadata the describes 
+
+
 .\".I mdadm
 .\"is a program that can be used to create, manage, and monitor
 .\"MD devices.  As