I discovered on BTRFS a metadata bloat problem. Basically, I copy an nspawn container folder (several gigs), and the metadata usage gets bloated by 115MB. As it's CoW a typical user would expect almost no extra space taken by this action (even being remotely aware of some overhead) and will not be aware of this metadata bloat quickly and easily. Importantly, there is no way to mitigate it. So you start snapshotting a duplicated and completely unmodified folder, and you multiply that 115MB metadata bloat with each snapshot. Not good.
Does ZFS have the same problem???
And as for BTRFS I feel there's such easy solutions to that - when you duplicate a folder, don't duplicate metadata until you modify something in the duplicated data. Basically, snapshotting metadata on each duplication of folders is kind of what needs to happen. That saves lots and lots of storage space for private and corporate users.
Does ZFS have the same problem???
And as for BTRFS I feel there's such easy solutions to that - when you duplicate a folder, don't duplicate metadata until you modify something in the duplicated data. Basically, snapshotting metadata on each duplication of folders is kind of what needs to happen. That saves lots and lots of storage space for private and corporate users.