Add cephfs to allowed storages for vzdump backup

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
Alwin Antreich 2018-07-04 12:43:29 +02:00 committed by Thomas Lamprecht
parent dad14ab0e0
commit 59abc310f0

View File

@ -223,7 +223,7 @@ sub storage_info {
die "can't use storage type '$type' for backup\n"
if (!($type eq 'dir' || $type eq 'nfs' || $type eq 'glusterfs'
|| $type eq 'cifs'));
|| $type eq 'cifs' || $type eq 'cephfs'));
die "can't use storage '$storage' for backups - wrong content type\n"
if (!$scfg->{content}->{backup});