]> git.proxmox.com Git - pve-manager.git/commitdiff
Add cephfs to allowed storages for vzdump backup
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 4 Jul 2018 10:43:29 +0000 (12:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Jul 2018 14:57:32 +0000 (16:57 +0200)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/VZDump.pm

index a0376ef9e1f956df99c4b0559a889d74f50d3ef1..7fc69f987b32db5a4d450468d58927858f1cab56 100644 (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});