]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Manual update for --continue option
authorAdam Kwolek <adam.kwolek@intel.com>
Sun, 2 Oct 2011 23:09:21 +0000 (10:09 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 2 Oct 2011 23:09:21 +0000 (10:09 +1100)
commitf211a13788e261f4e2bb51c0a3b97c6fcba46e40
tree16d76691094e511f1ea9fc6d3f3ca69d766a455c
parentafd0a9690fb7f79e93b8e7613575fc9f3fa0d080
Manual update for --continue option

Patch adds to mdadm man the following information:

 --continue
   This option is complementary pair to assembly --freeze-reshape option.
   It is needed when --grow operation is interrupted and it is not restarted
   automatically due to --freeze-reshape usage during array assembly.
   Option --continue has to be used together with -G , ( --grow ) command
   and device that it should be executed on.  All parameters required for
   reshape continuation will be read from array metadata.  If initial
   --grow command had required --backup-file= option to be set,
   continuation option will require to  have  exactly the same backup
   file pointed to also.

   Any other parameter passed together with --continue option will be ignored.

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