From: Song Liu Date: Fri, 12 Aug 2016 00:10:04 +0000 (-0700) Subject: mdadm: add man page for --add-journal X-Git-Tag: mdadm-4.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff3c881f84f63d805cfd9bc05772a33a25c8bd6f;p=thirdparty%2Fmdadm.git mdadm: add man page for --add-journal Add the following to man page: --add-journal Recreate journal for RAID-4/5/6 array that lost a journal device. In the current implementation, this command cannot add a journal to an array that had a failed journal. To avoid interrupting on-going write opertion --add-journal only works for array in Read-Only state. Reported-by: Yi Zhang Signed-off-by: Song Liu Signed-off-by: Shaohua Li Signed-off-by: Jes Sorensen --- diff --git a/mdadm.8.in b/mdadm.8.in index 1a04bd11..3c0c58f9 100644 --- a/mdadm.8.in +++ b/mdadm.8.in @@ -1444,6 +1444,14 @@ number. The receiving node must acknowledge this message with \-\-cluster\-confirm. Valid arguments are : in case the device is found or :missing in case the device is not found. +.TP +.BR \-\-add-journal +Recreate journal for RAID-4/5/6 array that lost a journal device. In the +current implementation, this command cannot add a journal to an array +that had a failed journal. To avoid interrupting on-going write opertions, +.B \-\-add-journal +only works for array in Read-Only state. + .P Each of these options requires that the first device listed is the array to be acted upon, and the remainder are component devices to be added,