From f4f87d9f76c575b2491fe83df66b0644f301f7f0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 8 Mar 2024 16:40:19 -0500 Subject: [PATCH] cmd_dump: Set very_degraded Signed-off-by: Kent Overstreet --- c_src/cmd_dump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c_src/cmd_dump.c b/c_src/cmd_dump.c index 0ffaf98d..de0960fe 100644 --- a/c_src/cmd_dump.c +++ b/c_src/cmd_dump.c @@ -124,6 +124,7 @@ int cmd_dump(int argc, char *argv[]) opt_set(opts, nochanges, true); opt_set(opts, norecovery, true); opt_set(opts, degraded, true); + opt_set(opts, very_degraded, true); opt_set(opts, errors, BCH_ON_ERROR_continue); opt_set(opts, fix_errors, FSCK_FIX_no);