diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-29 16:06:57 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-29 16:06:57 -0400 |
commit | adb8bdd53d7ab156aebebb39c875c4ce19a622ac (patch) | |
tree | ffdee564d92855a04a3a9f388c2fcd98cf3aae3b /src | |
parent | 72f550f2daad9962733aa2f58a506f8e7b55c455 (diff) |
cmd_list: Don't run any fsck/upgrades
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/list.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/list.rs b/src/commands/list.rs index 0ffebd12..4e41c2d0 100644 --- a/src/commands/list.rs +++ b/src/commands/list.rs @@ -174,7 +174,8 @@ fn cmd_list_inner(opt: &Cli) -> anyhow::Result<()> { opt_set!(fs_opts, noexcl, 1); opt_set!(fs_opts, nochanges, 1); opt_set!(fs_opts, read_only, 1); - opt_set!(fs_opts, norecovery, 1); + //opt_set!(fs_opts, norecovery, 1); + opt_set!(fs_opts, recovery_pass_last, 1); opt_set!(fs_opts, degraded, bch_degraded_actions::BCH_DEGRADED_very as u8); opt_set!( fs_opts, |