After upgrading all PVE nodes to v6, I realized that gluster 5.5 is damn slow compared with 3.12.15 ... I've readed somewhere it's solved on 5.8 onwards... I had to put critical (DBs) VMs on plain ZFS in order make them work, so I have no redundancy at all besides a simple raidz1
@Dominic would...
It seems some pve packages are tied to gluster 5.5, so we cannot upgrade gluster through gluster official repositories... and obviously, if you upgrade/install a gluster version higher than 5.5 before upgrading/installing proxmox 6, installation fails.
I do not understand... I have done tens of proxmox installations but today's cluster installation gives me errors, perhaps I need more coffe, but I cannot see where I'm failing
root@t01:~# cat /etc/hosts
127.0.0.1 localhost
192.168.200.81 t01
root@t01:~# getent hosts t01...
Re: Linux NFS Server not creating sparse files
I did reach the same conclussion. XFS is the guilty. So I tried with ext4 and it worked out-of-the-box.
I fear that setting XFS allocsize to such a tiny value will help to fragment the discs, and when the occupied space exceeds the 85% can be...