Signed-off-by: Alwin Antreich <a.antre...@proxmox.com>
---
 PVE/VZDump.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index a0376ef9..7fc69f98 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -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});
 
-- 
2.11.0


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to