mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
fix cmd_list for new nochanges semantics
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
3070f45d96
commit
9a1e627a5d
@ -134,6 +134,7 @@ fn cmd_list_inner(opt: Cli) -> anyhow::Result<()> {
|
||||
let mut fs_opts: bcachefs::bch_opts = Default::default();
|
||||
|
||||
opt_set!(fs_opts, nochanges, 1);
|
||||
opt_set!(fs_opts, read_only, 1);
|
||||
opt_set!(fs_opts, norecovery, 1);
|
||||
opt_set!(fs_opts, degraded, 1);
|
||||
opt_set!(fs_opts, errors, bcachefs::bch_error_actions::BCH_ON_ERROR_continue as u8);
|
||||
|
Loading…
Reference in New Issue
Block a user