@@ -20,6 +20,8 @@ Recover the chunk tree by scanning the devices
+
`Options`
+
+--extra-dev::::
+set extra device to search.
-y::::
assume an answer of 'yes' to all questions.
-v::::
@@ -35,13 +37,22 @@ Recover bad superblocks from good copies.
+
`Options`
+
+--extra-dev::::
+set extra device to search.
-y::::
assume an answer of 'yes' to all questions.
-v::::
verbose mode.
-*zero-log* <device>::
+*zero-log* [options] <device>::
clear the filesystem log tree
++
+`Options`
++
+--extra-dev::::
+set extra device to search.
+-h::::
+help.
This command will clear the filesystem log tree. This may fix a specific
set of problem when the filesystem mount fails due to the log replay. See below
--extra-dev and -h option was added to btrfs rescue command, this patch update relative manual. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> --- Documentation/btrfs-rescue.asciidoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)