We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652dd65 commit e5a3b8cCopy full SHA for e5a3b8c
fs/bcachefs/error.c
@@ -478,7 +478,9 @@ int __bch2_fsck_err(struct bch_fs *c,
478
} else if (!test_bit(BCH_FS_fsck_running, &c->flags)) {
479
if (c->opts.errors != BCH_ON_ERROR_continue ||
480
!(flags & (FSCK_CAN_FIX|FSCK_CAN_IGNORE))) {
481
- prt_str(out, ", shutting down");
+ prt_str_indented(out, ", shutting down\n"
482
+ "error not marked as autofix and not in fsck\n"
483
+ "run fsck, and forward to devs so error can be marked for self-healing");
484
inconsistent = true;
485
print = true;
486
ret = -BCH_ERR_fsck_errors_not_fixed;
0 commit comments