Hello,@t.lamprecht
Are there any news about the plans to offer a btrfs storage plugin in proxmox (pve/pbs)?
Marco
How accurate is this, so other options like btrfs could work? I thought that, because of "things related to how chunks are managed", btrfs could have some incompatibility, but I'm happy if the list of supported filesystems for a datastore is open.The current implementation uses a directory inside a standard Unix file system (ext4, xfs or zfs) to store the backup data.
BTRFS is much better than ext4 and XFS. Unlike ZFS, BTRFS is a native Linux file system.About datastore, page 29 of pdf says:
How accurate is this, so other options like btrfs could work? I thought that, because of "things related to how chunks are managed", btrfs could have some incompatibility, but I'm happy if the list of supported filesystems for a datastore is open.
Thanks
Yes btrfs should work fine from a files system feature POV.About datastore, page 29 of pdf says:
How accurate is this, so other options like btrfs could work? I thought that, because of "things related to how chunks are managed", btrfs could have some incompatibility, but I'm happy if the list of supported filesystems for a datastore is open.
Thanks
Is RAID5/6 safe to use with BTRFS now? I remember that it was considered to be loosing to data lossYes btrfs should work fine from a files system feature POV.
For the PBS use case it probably will not be plain better than xfs or ext4 in terms of performance, but it allows for safe software RAID.
The official BTRFS status docs still declare RAID56 as unstable:Is RAID5/6 safe to use with BTRFS now? I remember that it was considered to be loosing to data loss
Ok, thanks for the clarification. I wondered because of your point that it allows "safe software RAID". Now I don't want to be a nitpicker but I think it's important to point out before somebody gets the wrong idea and risks their data.The official BTRFS status docs still declareRAID56 as unstable:
https://btrfs.readthedocs.io/en/latest/Status.html#block-group-profiles
No you're definitively right, I edited my answer – while it might be somewhat wide-spread knowledge in Linux dev/admin circles, that's no reason to not mentioned that subtle knowledge explicitly.Ok, thanks for the clarification. I wondered because of your point that it allows "safe software RAID". Now I don't want to be a nitpicker but I think it's important to point out before somebody gets the wrong idea and risks their data.