Patch adds to mdadm man the following information: --continue This is needed when --grow operation is interrupted and it is not restarted automatically during array assembly or array cannot be disassembled and assembled again. 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@xxxxxxxxx> --- mdadm.8.in | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/mdadm.8.in b/mdadm.8.in index e22fde4..e677be4 100644 --- a/mdadm.8.in +++ b/mdadm.8.in @@ -733,6 +733,30 @@ The file must be stored on a separate device, not on the RAID array being reshaped. .TP +.BR \-\-continue +This is needed when +.B \-\-grow +operation is interrupted and it is not restarted automatically during array +assembly or array cannot be disassembled and assembled again. Option +.BR \-\-continue +has to be used together with +.BR \-G +, ( +.BR \-\-grow +) command and device that it should be executed on. +All parameters required for reshape continuation will be read from array metadata. +If initial +.BR \-\-grow +command had required +.BR \-\-backup\-file= +option to be set, continuation option will require to have exactly the same +backup file pointed to also. +.IP +Any other parameter passed together with +.BR \-\-continue +option will be ignored. + +.TP .BR \-N ", " \-\-name= Set a .B name -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html