ceph / ceph-csi-operator

operator that deploys and manages the CephCSI plugins
Apache License 2.0
4 stars 6 forks source link

have driver specific section in CephCSIDriver CRD for configurations #6

Open Madhu-1 opened 1 month ago

Madhu-1 commented 1 month ago
          am still not fine with one , we need to bring this under cephfs or filesystem section but for now, lets get this merged and bring that as a new Issue later on.

_Originally posted by @Madhu-1 in https://github.com/ceph/ceph-csi-operator/pull/1#discussion_r1616822737_

Madhu-1 commented 1 month ago
cephFsKernelClient: true
cephFsKernelMountOptions: ms_mode=secure

should be

cephfs:
  kernelClient: true
  kernelMountOptions: ms_mode=secure