This commit is contained in:
marsal wang
2022-01-11 00:00:12 +08:00
parent c6384a413b
commit dec038fae5

View File

@ -279,11 +279,11 @@ storageClass:
# used for the metadata of the images. # used for the metadata of the images.
# The erasure coded pool must be set as the `dataPool` parameter below. # The erasure coded pool must be set as the `dataPool` parameter below.
# dataPool: <ec-data-pool> # dataPool: <ec-data-pool>
dataPool: "k8s" dataPool: ""
# (required) Ceph pool into which the RBD image shall be created # (required) Ceph pool into which the RBD image shall be created
# eg: pool: replicapool # eg: pool: replicapool
pool: replicapool pool: k8s
# Set thickProvision to true if you want RBD images to be fully allocated on # Set thickProvision to true if you want RBD images to be fully allocated on
# creation (thin provisioning is the default). # creation (thin provisioning is the default).