Ceph-Provisioners¶
There are various customizations you can do to tailor the deployment of OpenStack Ceph-Provisioners. You can find those below.
General Parameters¶
bootstrap.enabled
Type: bool
Description:
false
bootstrap.script
Type: string
Description:
ceph -s function ensure_pool () { ceph osd pool stats $1 || ceph osd pool create $1 $2 if [[ $(ceph mon versions | awk '/version/{print $3}' | cut -d. -f1) -ge 12 ]]; then ceph osd pool application enable $1 $3 fi } #ensure_pool volumes 8 cinderconf.ceph.global.cephx
Type: bool
Description:
true
conf.ceph.global.cephx_cluster_require_signatures
Type: bool
Description:
true
conf.ceph.global.cephx_require_signatures
Type: bool
Description:
false
conf.ceph.global.cephx_service_require_signatures
Type: bool
Description:
false
conf.ceph.global.debug_ms
Type: string
Description:
“0/0”
conf.ceph.global.log_file
Type: string
Description:
“/dev/stdout”
conf.ceph.global.mon_cluster_log_file
Type: string
Description:
“/dev/stdout”
conf.ceph.global.objecter_inflight_op_bytes
Type: string
Description:
“1073741824”
conf.ceph.global.objecter_inflight_ops
Type: int
Description:
10240
conf.ceph.osd.ms_bind_port_max
Type: int
Description:
7100
conf.ceph.osd.ms_bind_port_min
Type: int
Description:
6800
conf.ceph.osd.osd_max_object_name_len
Type: int
Description:
256
conf.ceph.osd.osd_mkfs_options_xfs
Type: string
Description:
“-f -i size=2048”
conf.ceph.osd.osd_mkfs_type
Type: string
Description:
“xfs”
dependencies.dynamic.common.local_image_registry.jobs[0]
Type: string
Description:
“ceph-provisioners-image-repo-sync”
dependencies.dynamic.common.local_image_registry.services[0].endpoint
Type: string
Description:
“node”
dependencies.dynamic.common.local_image_registry.services[0].service
Type: string
Description:
“local_image_registry”
dependencies.static.bootstrap.jobs
Type: string
Description:
nil
dependencies.static.bootstrap.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.bootstrap.services[0].service
Type: string
Description:
“ceph_mon”
dependencies.static.cephfs_client_key_generator.jobs
Type: string
Description:
nil
dependencies.static.cephfs_provisioner.jobs[0]
Type: string
Description:
“ceph-rbd-pool”
dependencies.static.cephfs_provisioner.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.cephfs_provisioner.services[0].service
Type: string
Description:
“ceph_mon”
dependencies.static.csi_rbd_provisioner.jobs[0]
Type: string
Description:
“ceph-rbd-pool”
dependencies.static.csi_rbd_provisioner.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.csi_rbd_provisioner.services[0].service
Type: string
Description:
“ceph_mon”
dependencies.static.image_repo_sync.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.image_repo_sync.services[0].service
Type: string
Description:
“local_image_registry”
dependencies.static.namespace_client_key_cleaner.jobs
Type: string
Description:
nil
dependencies.static.namespace_client_key_generator.jobs
Type: string
Description:
nil
dependencies.static.rbd_provisioner.jobs[0]
Type: string
Description:
“ceph-rbd-pool”
dependencies.static.rbd_provisioner.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.rbd_provisioner.services[0].service
Type: string
Description:
“ceph_mon”
deployment.ceph
Type: bool
Description:
true
deployment.client_secrets
Type: bool
Description:
false
deployment.csi_rbd_provisioner
Type: bool
Description:
true
endpoints.ceph_mon.host_fqdn_override.default
Type: string
Description:
nil
endpoints.ceph_mon.hosts.default
Type: string
Description:
“ceph-mon”
endpoints.ceph_mon.hosts.discovery
Type: string
Description:
“ceph-mon-discovery”
endpoints.ceph_mon.namespace
Type: string
Description:
nil
endpoints.ceph_mon.port.mon.default
Type: int
Description:
6789
endpoints.ceph_mon.port.mon_msgr2.default
Type: int
Description:
3300
endpoints.cluster_domain_suffix
Type: string
Description:
“cluster.local”
endpoints.local_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.local_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.local_image_registry.hosts.internal
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.hosts.node
Type: string
Description:
“localhost”
endpoints.local_image_registry.name
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.namespace
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.port.registry.node
Type: int
Description:
5000
endpoints.oci_image_registry.auth.ceph-provisioners.password
Type: string
Description:
“password”
endpoints.oci_image_registry.auth.ceph-provisioners.username
Type: string
Description:
“ceph-provisioners”
endpoints.oci_image_registry.auth.enabled
Type: bool
Description:
false
endpoints.oci_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.oci_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.oci_image_registry.name
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.namespace
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.port.registry.default
Type: string
Description:
nil
ext_ceph_cluster.rook_ceph.connect
Type: bool
Description:
false
images.local_registry.active
Type: bool
Description:
false
images.local_registry.exclude[0]
Type: string
Description:
“dep_check”
images.local_registry.exclude[1]
Type: string
Description:
“image_repo_sync”
images.pull_policy
Type: string
Description:
“IfNotPresent”
images.tags.ceph_bootstrap
Type: string
Description:
“docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.1-1-20250207”
images.tags.ceph_config_helper
Type: string
Description:
“docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.1-1-20250207”
images.tags.cephcsi
Type: string
Description:
“quay.io/cephcsi/cephcsi:v3.11.0”
images.tags.csi_attacher
Type: string
Description:
“registry.k8s.io/sig-storage/csi-attacher:v4.5.1”
images.tags.csi_provisioner
Type: string
Description:
“registry.k8s.io/sig-storage/csi-provisioner:v4.0.1”
images.tags.csi_registrar
Type: string
Description:
“registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1”
images.tags.csi_resizer
Type: string
Description:
“registry.k8s.io/sig-storage/csi-resizer:v1.10.1”
images.tags.csi_snapshotter
Type: string
Description:
“registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2”
images.tags.dep_check
Type: string
Description:
“quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal”
images.tags.image_repo_sync
Type: string
Description:
“docker.io/library/docker:17.07.0”
labels.csi_rbd_plugin.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.csi_rbd_plugin.node_selector_value
Type: string
Description:
“enabled”
labels.job.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.job.node_selector_value
Type: string
Description:
“enabled”
labels.provisioner.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.provisioner.node_selector_value
Type: string
Description:
“enabled”
labels.test.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.test.node_selector_value
Type: string
Description:
“enabled”
manifests.configmap_bin
Type: bool
Description:
true
manifests.configmap_bin_common
Type: bool
Description:
true
manifests.configmap_etc
Type: bool
Description:
true
manifests.deployment_csi_rbd_provisioner
Type: bool
Description:
true
manifests.helm_tests
Type: bool
Description:
true
manifests.job_bootstrap
Type: bool
Description:
false
manifests.job_cephfs_client_key
Type: bool
Description:
true
manifests.job_image_repo_sync
Type: bool
Description:
true
manifests.job_namespace_client_ceph_config
Type: bool
Description:
true
manifests.job_namespace_client_key
Type: bool
Description:
true
manifests.job_namespace_client_key_cleaner
Type: bool
Description:
true
manifests.secret_registry
Type: bool
Description:
true
manifests.storageclass
Type: bool
Description:
true
network.cluster
Type: string
Description:
“192.168.0.0/16”
network.public
Type: string
Description:
“192.168.0.0/16”
pod.affinity.anti.topologyKey.default
Type: string
Description:
“kubernetes.io/hostname”
pod.affinity.anti.type.default
Type: string
Description:
“preferredDuringSchedulingIgnoredDuringExecution”
pod.affinity.anti.weight.default
Type: int
Description:
10
pod.dns_policy
Type: string
Description:
“ClusterFirstWithHostNet”
pod.lifecycle.upgrades.daemonsets.plugin.enabled
Type: bool
Description:
true
pod.lifecycle.upgrades.daemonsets.plugin.max_unavailable
Type: int
Description:
1
pod.lifecycle.upgrades.daemonsets.plugin.min_ready_seconds
Type: int
Description:
0
pod.lifecycle.upgrades.daemonsets.pod_replacement_strategy
Type: string
Description:
“RollingUpdate”
pod.lifecycle.upgrades.deployments.pod_replacement_strategy
Type: string
Description:
“Recreate”
pod.replicas.csi_rbd_provisioner
Type: int
Description:
2
pod.resources.cephfs_provisioner.limits.cpu
Type: string
Description:
“500m”
pod.resources.cephfs_provisioner.limits.memory
Type: string
Description:
“50Mi”
pod.resources.cephfs_provisioner.requests.cpu
Type: string
Description:
“250m”
pod.resources.cephfs_provisioner.requests.memory
Type: string
Description:
“5Mi”
pod.resources.csi_rbd_provisioner.limits.cpu
Type: string
Description:
“500m”
pod.resources.csi_rbd_provisioner.limits.memory
Type: string
Description:
“50Mi”
pod.resources.csi_rbd_provisioner.requests.cpu
Type: string
Description:
“250m”
pod.resources.csi_rbd_provisioner.requests.memory
Type: string
Description:
“5Mi”
pod.resources.enabled
Type: bool
Description:
false
pod.resources.jobs.bootstrap.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.bootstrap.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.bootstrap.requests.cpu
Type: string
Description:
“500m”
pod.resources.jobs.bootstrap.requests.memory
Type: string
Description:
“128Mi”
pod.resources.jobs.image_repo_sync.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.image_repo_sync.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.image_repo_sync.requests.cpu
Type: string
Description:
“100m”
pod.resources.jobs.image_repo_sync.requests.memory
Type: string
Description:
“128Mi”
pod.resources.rbd_attacher.limits.cpu
Type: string
Description:
“500m”
pod.resources.rbd_attacher.limits.memory
Type: string
Description:
“50Mi”
pod.resources.rbd_attacher.requests.cpu
Type: string
Description:
“250m”
pod.resources.rbd_attacher.requests.memory
Type: string
Description:
“5Mi”
pod.resources.rbd_cephcsi.limits.cpu
Type: string
Description:
“500m”
pod.resources.rbd_cephcsi.limits.memory
Type: string
Description:
“50Mi”
pod.resources.rbd_cephcsi.requests.cpu
Type: string
Description:
“250m”
pod.resources.rbd_cephcsi.requests.memory
Type: string
Description:
“5Mi”
pod.resources.rbd_provisioner.limits.cpu
Type: string
Description:
“500m”
pod.resources.rbd_provisioner.limits.memory
Type: string
Description:
“50Mi”
pod.resources.rbd_provisioner.requests.cpu
Type: string
Description:
“250m”
pod.resources.rbd_provisioner.requests.memory
Type: string
Description:
“5Mi”
pod.resources.rbd_registrar.limits.cpu
Type: string
Description:
“500m”
pod.resources.rbd_registrar.limits.memory
Type: string
Description:
“50Mi”
pod.resources.rbd_registrar.requests.cpu
Type: string
Description:
“250m”
pod.resources.rbd_registrar.requests.memory
Type: string
Description:
“5Mi”
pod.resources.rbd_resizer.limits.cpu
Type: string
Description:
“500m”
pod.resources.rbd_resizer.limits.memory
Type: string
Description:
“50Mi”
pod.resources.rbd_resizer.requests.cpu
Type: string
Description:
“250m”
pod.resources.rbd_resizer.requests.memory
Type: string
Description:
“5Mi”
pod.resources.rbd_snapshotter.limits.cpu
Type: string
Description:
“500m”
pod.resources.rbd_snapshotter.limits.memory
Type: string
Description:
“50Mi”
pod.resources.rbd_snapshotter.requests.cpu
Type: string
Description:
“250m”
pod.resources.rbd_snapshotter.requests.memory
Type: string
Description:
“5Mi”
pod.security_context.bootstrap.container.ceph_client_bootstrap.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.bootstrap.container.ceph_client_bootstrap.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.bootstrap.pod.runAsUser
Type: int
Description:
99
pod.security_context.cephfs_client_key_generator.container.ceph_storage_keys_generator.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.cephfs_client_key_generator.container.ceph_storage_keys_generator.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.cephfs_client_key_generator.pod.runAsUser
Type: int
Description:
99
pod.security_context.client_key_cleaner.container.ceph_namespace_client_keys_cleaner.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.client_key_cleaner.container.ceph_namespace_client_keys_cleaner.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.client_key_cleaner.pod.runAsUser
Type: int
Description:
99
pod.security_context.client_key_generator.container.ceph_storage_keys_generator.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.client_key_generator.container.ceph_storage_keys_generator.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.client_key_generator.pod.runAsUser
Type: int
Description:
99
pod.security_context.plugin.container.ceph_csi_rbd_plugin.allowPrivilegeEscalation
Type: bool
Description:
true
pod.security_context.plugin.container.ceph_csi_rbd_plugin.capabilities.add[0]
Type: string
Description:
“SYS_ADMIN”
pod.security_context.plugin.container.ceph_csi_rbd_plugin.privileged
Type: bool
Description:
true
pod.security_context.plugin.container.ceph_rbd_registrar.capabilities.add[0]
Type: string
Description:
“SYS_ADMIN”
pod.security_context.plugin.container.ceph_rbd_registrar.privileged
Type: bool
Description:
true
pod.security_context.plugin.pod.runAsUser
Type: int
Description:
0
pod.security_context.provisioner.container.ceph_cephfs_provisioner.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.provisioner.container.ceph_cephfs_provisioner.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.provisioner.container.ceph_rbd_attacher.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.provisioner.container.ceph_rbd_attacher.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.provisioner.container.ceph_rbd_cephcsi.capabilities.add[0]
Type: string
Description:
“SYS_ADMIN”
pod.security_context.provisioner.container.ceph_rbd_cephcsi.privileged
Type: bool
Description:
true
pod.security_context.provisioner.container.ceph_rbd_provisioner.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.provisioner.container.ceph_rbd_provisioner.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.provisioner.container.ceph_rbd_resizer.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.provisioner.container.ceph_rbd_resizer.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.provisioner.container.ceph_rbd_snapshotter.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.provisioner.container.ceph_rbd_snapshotter.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.provisioner.pod.runAsUser
Type: int
Description:
0
pod.security_context.test.container.test.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.test.pod.runAsUser
Type: int
Description:
0
pod.test_pod.cephfs.name
Type: string
Description:
“cephfs-prov-test-pod”
pod.test_pod.cephfs.pvc_name
Type: string
Description:
“cephfs-prov-test-pvc”
pod.test_pod.csi_rbd.name
Type: string
Description:
“csi-rbd-prov-test-pod”
pod.test_pod.csi_rbd.pvc_name
Type: string
Description:
“csi-rbd-prov-test-pvc”
pod.test_pod.rbd.name
Type: string
Description:
“rbd-prov-test-pod”
pod.test_pod.rbd.pvc_name
Type: string
Description:
“rbd-prov-test-pvc”
pod.test_pod.wait_timeout
Type: int
Description:
600
pod.tolerations.cephfs_provisioner.tolerations[0].effect
Type: string
Description:
“NoExecute”
pod.tolerations.cephfs_provisioner.tolerations[0].key
Type: string
Description:
“node.kubernetes.io/not-ready”
pod.tolerations.cephfs_provisioner.tolerations[0].operator
Type: string
Description:
“Exists”
pod.tolerations.cephfs_provisioner.tolerations[0].tolerationSeconds
Type: int
Description:
60
pod.tolerations.cephfs_provisioner.tolerations[1].effect
Type: string
Description:
“NoExecute”
pod.tolerations.cephfs_provisioner.tolerations[1].key
Type: string
Description:
“node.kubernetes.io/unreachable”
pod.tolerations.cephfs_provisioner.tolerations[1].operator
Type: string
Description:
“Exists”
pod.tolerations.cephfs_provisioner.tolerations[1].tolerationSeconds
Type: int
Description:
60
pod.tolerations.csi_rbd_provisioner.tolerations[0].effect
Type: string
Description:
“NoExecute”
pod.tolerations.csi_rbd_provisioner.tolerations[0].key
Type: string
Description:
“node.kubernetes.io/not-ready”
pod.tolerations.csi_rbd_provisioner.tolerations[0].operator
Type: string
Description:
“Exists”
pod.tolerations.csi_rbd_provisioner.tolerations[0].tolerationSeconds
Type: int
Description:
60
pod.tolerations.csi_rbd_provisioner.tolerations[1].effect
Type: string
Description:
“NoExecute”
pod.tolerations.csi_rbd_provisioner.tolerations[1].key
Type: string
Description:
“node.kubernetes.io/unreachable”
pod.tolerations.csi_rbd_provisioner.tolerations[1].operator
Type: string
Description:
“Exists”
pod.tolerations.csi_rbd_provisioner.tolerations[1].tolerationSeconds
Type: int
Description:
60
pod.tolerations.rbd_provisioner.tolerations[0].effect
Type: string
Description:
“NoExecute”
pod.tolerations.rbd_provisioner.tolerations[0].key
Type: string
Description:
“node.kubernetes.io/not-ready”
pod.tolerations.rbd_provisioner.tolerations[0].operator
Type: string
Description:
“Exists”
pod.tolerations.rbd_provisioner.tolerations[0].tolerationSeconds
Type: int
Description:
60
pod.tolerations.rbd_provisioner.tolerations[1].effect
Type: string
Description:
“NoExecute”
pod.tolerations.rbd_provisioner.tolerations[1].key
Type: string
Description:
“node.kubernetes.io/unreachable”
pod.tolerations.rbd_provisioner.tolerations[1].operator
Type: string
Description:
“Exists”
pod.tolerations.rbd_provisioner.tolerations[1].tolerationSeconds
Type: int
Description:
60
release_group
Type: string
Description:
nil
secrets.keyrings.admin
Type: string
Description:
“ceph-client-admin-keyring”
secrets.keyrings.prov_adminSecretName
Type: string
Description:
“pvc-ceph-conf-combined-storageclass”
secrets.oci_image_registry.ceph-provisioners
Type: string
Description:
“ceph-provisioners-oci-image-registry-key”
storageclass.cephfs.metadata.name
Type: string
Description:
“cephfs”
storageclass.cephfs.parameters.adminId
Type: string
Description:
“admin”
storageclass.cephfs.parameters.adminSecretName
Type: string
Description:
“pvc-ceph-cephfs-client-key”
storageclass.cephfs.parameters.adminSecretNamespace
Type: string
Description:
“ceph”
storageclass.cephfs.provision_storage_class
Type: bool
Description:
false
storageclass.cephfs.provisioner
Type: string
Description:
“ceph.com/cephfs”
storageclass.csi_rbd.ceph_configmap_name
Type: string
Description:
“ceph-etc”
storageclass.csi_rbd.metadata.default_storage_class
Type: bool
Description:
true
storageclass.csi_rbd.metadata.name
Type: string
Description:
“general”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/controller-expand-secret-name”
Type: string
Description:
“pvc-ceph-conf-combined-storageclass”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/controller-expand-secret-namespace”
Type: string
Description:
“ceph”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/fstype”
Type: string
Description:
“ext4”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/node-stage-secret-name”
Type: string
Description:
“pvc-ceph-conf-combined-storageclass”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/node-stage-secret-namespace”
Type: string
Description:
“ceph”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/provisioner-secret-name”
Type: string
Description:
“pvc-ceph-conf-combined-storageclass”
storageclass.csi_rbd.parameters.”csi.storage.k8s.io/provisioner-secret-namespace”
Type: string
Description:
“ceph”
storageclass.csi_rbd.parameters.adminId
Type: string
Description:
“admin”
storageclass.csi_rbd.parameters.adminSecretName
Type: string
Description:
“pvc-ceph-conf-combined-storageclass”
storageclass.csi_rbd.parameters.adminSecretNamespace
Type: string
Description:
“ceph”
storageclass.csi_rbd.parameters.clusterID
Type: string
Description:
“ceph”
storageclass.csi_rbd.parameters.imageFeatures
Type: string
Description:
“layering”
storageclass.csi_rbd.parameters.imageFormat
Type: string
Description:
“2”
storageclass.csi_rbd.parameters.pool
Type: string
Description:
“rbd”
storageclass.csi_rbd.parameters.userId
Type: string
Description:
“admin”
storageclass.csi_rbd.parameters.userSecretName
Type: string
Description:
“pvc-ceph-client-key”
storageclass.csi_rbd.provision_storage_class
Type: bool
Description:
true
storageclass.csi_rbd.provisioner
Type: string
Description:
“ceph.rbd.csi.ceph.com”
storageclass.rbd.ceph_configmap_name
Type: string
Description:
“ceph-etc”
storageclass.rbd.metadata.name
Type: string
Description:
“general-rbd”
storageclass.rbd.parameters.adminId
Type: string
Description:
“admin”
storageclass.rbd.parameters.adminSecretName
Type: string
Description:
“pvc-ceph-conf-combined-storageclass”
storageclass.rbd.parameters.adminSecretNamespace
Type: string
Description:
“ceph”
storageclass.rbd.parameters.imageFeatures
Type: string
Description:
“layering”
storageclass.rbd.parameters.imageFormat
Type: string
Description:
“2”
storageclass.rbd.parameters.pool
Type: string
Description:
“rbd”
storageclass.rbd.parameters.userId
Type: string
Description:
“admin”
storageclass.rbd.parameters.userSecretName
Type: string
Description:
“pvc-ceph-client-key”
storageclass.rbd.provision_storage_class
Type: bool
Description:
false
storageclass.rbd.provisioner
Type: string
Description:
“ceph.com/rbd”