mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
cephfs: check volumeOptions.Mounter and choose ceph-fuse or mount.ceph accordingly
This commit is contained in:
@ -4,9 +4,13 @@ metadata:
|
||||
name: csi-cephfs
|
||||
provisioner: csi-cephfsplugin
|
||||
parameters:
|
||||
monitors: 192.168.122.11:6789
|
||||
# The driver can use either ceph-fuse (fuse) or ceph kernel client (kernel)
|
||||
mounter: fuse
|
||||
|
||||
monitors: mon1:port,mon2:port
|
||||
rootPath: /
|
||||
user: admin
|
||||
|
||||
csiProvisionerSecretName: csi-cephfs-secret
|
||||
csiProvisionerSecretNameSpace: default
|
||||
reclaimPolicy: Delete
|
||||
|
Reference in New Issue
Block a user