This commit is contained in:
mjallen18
2026-04-07 18:39:42 -05:00
parent a418d03b19
commit 70002a19e2
365 changed files with 51 additions and 18 deletions

View File

@@ -287,6 +287,9 @@ in
options = [
"version_upgrade=incompatible"
"nofail"
# Allow bcachefs to self-heal journal errors (e.g. duplicate entries from unclean shutdown)
# instead of refusing to mount with fsck_errors_not_fixed.
"errors=fix_safe"
];
};
};