From f85062409230ee9c0ce9e1a7bedb916006597e97 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 19 Feb 2022 05:18:08 -0500 Subject: [PATCH] list_journal: tell recovery to only read the journal Signed-off-by: Kent Overstreet --- cmd_debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_debug.c b/cmd_debug.c index d871af07..63402554 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -574,6 +574,7 @@ int cmd_list_journal(int argc, char *argv[]) opt_set(opts, errors, BCH_ON_ERROR_continue); opt_set(opts, fix_errors, FSCK_OPT_YES); opt_set(opts, keep_journal, true); + opt_set(opts, read_journal_only,true); while ((opt = getopt(argc, argv, "ah")) != -1) switch (opt) {