Below are some parameters I found to improve the speed of my ZFS volumes. zfs set xattr=sa <poolname> zfs set acltype=posixacl <poolname> zfs set compression=lz4 […]
GlusterFS Performance improvements
Here is a list of parameters I found over time to improve the speed of my GlusterFS instances. gluster volume set <volname> config.global-threading on gluster […]
How to GlusterFS to a new hostname
While it is rather easy to change the hostname of the Linux box the GlusterFS is sitting, Gluster might not be so kind. Good thing […]