From: Adam Kwolek Date: Sun, 2 Oct 2011 23:07:30 +0000 (+1100) Subject: Manual update for --continue option X-Git-Tag: mdadm-3.2.3~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd0a9690fb7f79e93b8e7613575fc9f3fa0d080;p=thirdparty%2Fmdadm.git Manual update for --continue option 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 Signed-off-by: NeilBrown --- diff --git a/mdadm.8.in b/mdadm.8.in index 039f3d44..aa8ea713 100644 --- a/mdadm.8.in +++ b/mdadm.8.in @@ -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