One of the most advanced filesystems (with volume management built in), the Sun Microsystems developed Zettabyte File System (ZFS) was open sourced in 2005, and it's Linux port has recently reached production-ready status. It is built for data security, providing much higher levels of reliability than hardware RAID arrays - and does it all in software. It uses a variety of techniques to achieve that, like redundancy, checksums, distributed superblocks, rollbackable changes and fast snapshots thanks to copy-on-write and others. More info here:
http://zfsonlinux.org/faq.html
According to this article (and many others), it is especially useful for todays extremely large filesystems:
http://www.theregister.co.uk/2013/03/30/zfs_on_linux_production_ready/
Proxmox badly needs a reliable and fast filesystem, as ext3 is not suitable to large deployments (our 1 TB arrays routinely take 30-60 minutes to fsck while the server is down), and ext4 has been causing problems with LVM backups as of the latest PVE kernel:
http://forum.proxmox.com/threads/13...everal-servers-since-upgrading-to-Proxmox-2-3
I know it's not a small project, but would glady help testing it on several different hardware.
Are the any plans to incorporate it?
http://zfsonlinux.org/faq.html
According to this article (and many others), it is especially useful for todays extremely large filesystems:
http://www.theregister.co.uk/2013/03/30/zfs_on_linux_production_ready/
Proxmox badly needs a reliable and fast filesystem, as ext3 is not suitable to large deployments (our 1 TB arrays routinely take 30-60 minutes to fsck while the server is down), and ext4 has been causing problems with LVM backups as of the latest PVE kernel:
http://forum.proxmox.com/threads/13...everal-servers-since-upgrading-to-Proxmox-2-3
I know it's not a small project, but would glady help testing it on several different hardware.
Are the any plans to incorporate it?