[SOLVED] GlusterFS for backups doesn't work.

aTan

Renowned Member
Mar 22, 2013
44
5
73
Hi, I'm trying to make a CTs backup to a glusterfs storage (Proxmox 3.1) and it fails with this error:

Code:
can't use storage type 'glusterfs' for backup  (500)

Why is that? Storage is normally accessible in /mnt/pve and Proxmox created dump and template direcotries there.
 
Last edited:
It must be some bug in VZDump.pm, glusterfs is missing here:

Code:
    die "can't use storage type '$type' for backup\n" 

	if (!($type eq 'dir' || $type eq 'nfs'));