diff --git a/system/cc-ceph/Chart.yaml b/system/cc-ceph/Chart.yaml index 2d66f7015cf..3ffc161929e 100644 --- a/system/cc-ceph/Chart.yaml +++ b/system/cc-ceph/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cc-ceph description: A Helm chart for the Rook / Ceph Objects inside the Storage Clusters type: application -version: 1.1.80 +version: 1.1.81 appVersion: "1.17.5" dependencies: - name: owner-info diff --git a/system/cc-ceph/templates/cephobjectstore-placement-pools.yaml b/system/cc-ceph/templates/cephobjectstore-placement-pools.yaml index 0427ae02364..2b3d4541797 100644 --- a/system/cc-ceph/templates/cephobjectstore-placement-pools.yaml +++ b/system/cc-ceph/templates/cephobjectstore-placement-pools.yaml @@ -126,7 +126,7 @@ spec: subFailureDomain: {{ $target.subFailureDomain | default "host" }} {{- end }} {{- if $target.crushRoot }} - crushRoot: {{ $target.crushRoot | default "default" }} + crushRoot: {{ $target.crushRoot | default "default" }} {{- end }} deviceClass: nvme application: rgw @@ -179,7 +179,7 @@ spec: {{- if $target.crushRoot }} crushRoot: {{ $target.crushRoot | default "default" }} {{- end }} - deviceClass: nvme-standard + deviceClass: {{ $target.deviceClass | default "nvme-standard" }} application: rgw parameters: pg_num: {{ $target.pg_num | default 1024 | quote }} @@ -206,7 +206,7 @@ spec: {{- if $target.crushRoot }} crushRoot: {{ $target.crushRoot | default "default" }} {{- end }} - deviceClass: nvme-standard + deviceClass: {{ $target.deviceClass | default "nvme-standard" }} application: rgw parameters: pg_num: "1024" @@ -231,7 +231,7 @@ spec: {{- if $target.crushRoot }} crushRoot: {{ $target.crushRoot | default "default" }} {{- end }} - deviceClass: nvme-standard + deviceClass: {{ $target.deviceClass | default "nvme-standard" }} application: rgw parameters: pg_num: "512"