mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
Logging: version_upgrade incompat->incompatible
Some checks failed
build / bcachefs-tools-deb (ubuntu-24.04) (push) Has been cancelled
build / bcachefs-tools-rpm (push) Has been cancelled
build / bcachefs-tools-msrv (push) Has been cancelled
Nix Flake actions / nix-matrix (push) Has been cancelled
Nix Flake actions / ${{ matrix.name }} (${{ matrix.system }}) (push) Has been cancelled
Some checks failed
build / bcachefs-tools-deb (ubuntu-24.04) (push) Has been cancelled
build / bcachefs-tools-rpm (push) Has been cancelled
build / bcachefs-tools-msrv (push) Has been cancelled
Nix Flake actions / nix-matrix (push) Has been cancelled
Nix Flake actions / ${{ matrix.name }} (${{ matrix.system }}) (push) Has been cancelled
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
833b0acac7
commit
6900dbe0a5
@ -90,7 +90,7 @@ int bch2_set_version_incompat(struct bch_fs *c, enum bcachefs_metadata_version v
|
|||||||
bch2_version_to_text(&buf, version);
|
bch2_version_to_text(&buf, version);
|
||||||
prt_str(&buf, " currently not enabled, allowed up to ");
|
prt_str(&buf, " currently not enabled, allowed up to ");
|
||||||
bch2_version_to_text(&buf, c->sb.version_incompat_allowed);
|
bch2_version_to_text(&buf, c->sb.version_incompat_allowed);
|
||||||
prt_printf(&buf, "\n set version_upgrade=incompat to enable");
|
prt_printf(&buf, "\n set version_upgrade=incompatible to enable");
|
||||||
|
|
||||||
bch_notice(c, "%s", buf.buf);
|
bch_notice(c, "%s", buf.buf);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user