Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system/cc-ceph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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"
Expand All @@ -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"
Expand Down
Loading