mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 08:15:31 +00:00
Add cephfs to allowed storages for vzdump backup
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
parent
dad14ab0e0
commit
59abc310f0
@ -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});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user