Cephfs storage plugin

- ability to mount through kernel and fuse client
 - allow mount options
 - get MONs from ceph config if not in storage.cfg
 - allow the use of ceph config with fuse client
 - Delete secret on cephfs storage creation

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
Alwin Antreich
2018-07-04 12:43:31 +02:00
committed by Thomas Lamprecht
parent 3e47917203
commit e34ce14443
6 changed files with 301 additions and 1 deletions

View File

@ -24,6 +24,7 @@ our @SHARED_STORAGE = (
'nfs',
'cifs',
'rbd',
'cephfs',
'sheepdog',
'iscsidirect',
'glusterfs',