From 6e50a9b4fc35852b35a407ebf934a53edd8c605f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 30 Mar 2024 22:08:43 -0400 Subject: cmd_list, cmd_list_journal: pass -o very_degraded --- src/commands/cmd_list.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/cmd_list.rs') diff --git a/src/commands/cmd_list.rs b/src/commands/cmd_list.rs index 442fdd62..8af075af 100644 --- a/src/commands/cmd_list.rs +++ b/src/commands/cmd_list.rs @@ -135,6 +135,7 @@ fn cmd_list_inner(opt: Cli) -> anyhow::Result<()> { opt_set!(fs_opts, read_only, 1); opt_set!(fs_opts, norecovery, 1); opt_set!(fs_opts, degraded, 1); + opt_set!(fs_opts, very_degraded, 1); opt_set!(fs_opts, errors, bcachefs::bch_error_actions::BCH_ON_ERROR_continue as u8); if opt.fsck { -- cgit v1.2.3