[PVE-User] Unable to create VM in glusterfs with XFS

Cristian Huza cristian at huza.ro
Thu Apr 7 20:57:51 CEST 2016


Ok, it seems that for the template error issue the fix is to replace line
1067 from /usr/share/perl5/PVE/API2/Nodes.pm
if !($scfg->{type} eq 'dir' || $scfg->{type} eq 'nfs')
with:
if !($scfg->{type} eq 'dir' || $scfg->{type} eq 'nfs' || $scfg->{type}
eq 'glusterfs');

Will try now to fix the container creation on top of glusterfs also.

I have also opened a thread on the proxmox forums:
https://forum.proxmox.com/threads/error-creating-ct-on-top-of-shared-

gluster.26834





More information about the pve-user mailing list