mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
cmd_list: Don't run any fsck/upgrades
Some checks are pending
build / bcachefs-tools-deb (ubuntu-22.04) (push) Waiting to run
build / bcachefs-tools-deb (ubuntu-24.04) (push) Waiting to run
build / bcachefs-tools-rpm (push) Waiting to run
build / bcachefs-tools-msrv (push) Waiting to run
Nix Flake actions / nix-matrix (push) Waiting to run
Nix Flake actions / ${{ matrix.name }} (${{ matrix.system }}) (push) Blocked by required conditions
Some checks are pending
build / bcachefs-tools-deb (ubuntu-22.04) (push) Waiting to run
build / bcachefs-tools-deb (ubuntu-24.04) (push) Waiting to run
build / bcachefs-tools-rpm (push) Waiting to run
build / bcachefs-tools-msrv (push) Waiting to run
Nix Flake actions / nix-matrix (push) Waiting to run
Nix Flake actions / ${{ matrix.name }} (${{ matrix.system }}) (push) Blocked by required conditions
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
72f550f2da
commit
adb8bdd53d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user