]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Manual update for --continue option
authorAdam Kwolek <adam.kwolek@intel.com>
Sun, 2 Oct 2011 23:07:30 +0000 (10:07 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 2 Oct 2011 23:07:30 +0000 (10:07 +1100)
Patch adds to mdadm man the following information:

--freeze-reshape
  Option  is  intended  to  be used in start-up scripts during initrd boot
  phase.  When array under reshape is assembled during initrd phase,
  this option stops reshape after reshape critical section is being
  restored. This happens before file system pivot operation and avoids lost
  of file system context.  Loosing file system context would cause
  reshape to be broken.

  Reshape can be continued later using -continue option for grow command.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.8.in

index 039f3d4406ca83e34cfdbe3e7012fc4f4edb4e2c..aa8ea713834d5fd9cd62d9dc12e437535a35c978 100644 (file)
@@ -1096,6 +1096,18 @@ option can be used when an array has an internal bitmap which is
 corrupt in some way so that assembling the array normally fails.  It
 will cause any internal bitmap to be ignored.
 
+.TP
+.BR \-\-freeze\-reshape
+Option is intended to be used in start-up scripts during initrd boot phase.
+When array under reshape is assembled during initrd phase, this option
+stops reshape after reshape critical section is being restored. This happens
+before file system pivot operation and avoids loss of file system context.
+Losing file system context would cause reshape to be broken.
+
+Reshape can be continued later using
+.B\-\-continue
+option for grow command.
+
 .SH For Manage mode:
 
 .TP