From dec038fae58561603b4b6453e1c40fc1e2bdd592 Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Tue, 11 Jan 2022 00:00:12 +0800 Subject: [PATCH] xx --- local-values/ceph/rdb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-values/ceph/rdb.yaml b/local-values/ceph/rdb.yaml index bd5063a..5f81c38 100644 --- a/local-values/ceph/rdb.yaml +++ b/local-values/ceph/rdb.yaml @@ -279,11 +279,11 @@ storageClass: # used for the metadata of the images. # The erasure coded pool must be set as the `dataPool` parameter below. # dataPool: - dataPool: "k8s" + dataPool: "" # (required) Ceph pool into which the RBD image shall be created # eg: pool: replicapool - pool: replicapool + pool: k8s # Set thickProvision to true if you want RBD images to be fully allocated on # creation (thin provisioning is the default).