You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since last week we have concluded a series of strategies on avoiding btrfs failures, using this issue as a reference to keep track of all the ideas and TODO items.
We suspect btrfs is vulnerable when it is not cleanly umounted, as well as it tends to fail under heavy workload (overload) with quota in use. To avoid these problems as much as possible, we want to do clean umount when the system is working normally, and run defensive maintenance tools both regularly and on failure happens.
Determine what has been triggering the btrfs failures, so that a proper kernel bug report can be made. This is tracked in Btrfs Fail #229
Detect unclean shutdowns, so that we are able to run btrfs maintenance before mounting the file system. This is tracked in Detect unclean shutdown #232
Run btrfs scrub at least monthly to maintain the file system integrity.
Since last week we have concluded a series of strategies on avoiding btrfs failures, using this issue as a reference to keep track of all the ideas and TODO items.
We suspect btrfs is vulnerable when it is not cleanly umounted, as well as it tends to fail under heavy workload (overload) with quota in use. To avoid these problems as much as possible, we want to do clean umount when the system is working normally, and run defensive maintenance tools both regularly and on failure happens.
btrfs scrub
at least monthly to maintain the file system integrity.The text was updated successfully, but these errors were encountered: