Disable filesystem-level COW and checksumming for volatile-dirty.img in file-reflink #8536
Labels
C: storage
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
How to file a helpful issue
The problem you're addressing (if any)
BTRFS incurs extra bookkeeping overhead for durability (e.g., copy-on-write and checksumming) by default unless No_COW attribute (
chattr +C
) is specified. However, volatile AppVM volumes do not need such guarantees.The solution you'd like
Set No_COW attribute on
volatile-dirty.img
in file-reflink storage backend.The value to a user, and who that user might be
Reducing COW overhead improves I/O performance for swap and temporary files.
Related issues
The text was updated successfully, but these errors were encountered: