mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 01:12:30 +00:00
api: cephfs: add 'fs-name' for cephfs storage
so that we can uniquely identify the cephfs (in case of multiple) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
999df1c25e
commit
6ec3dc437b
@ -202,6 +202,7 @@ __PACKAGE__->register_method ({
|
|||||||
type => 'cephfs',
|
type => 'cephfs',
|
||||||
storage => $fs_name,
|
storage => $fs_name,
|
||||||
content => 'backup,iso,vztmpl',
|
content => 'backup,iso,vztmpl',
|
||||||
|
'fs-name' => $fs_name,
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
die "adding storage for CephFS '$fs_name' failed, check log ".
|
die "adding storage for CephFS '$fs_name' failed, check log ".
|
||||||
|
Loading…
Reference in New Issue
Block a user