File tree Expand file tree Collapse file tree 4 files changed +620
-11
lines changed Expand file tree Collapse file tree 4 files changed +620
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
spec : {
24
24
containers : [{
25
25
name : " manager "
26
- image : " quay.io/cephcsi/ceph-csi-operator:v0.4.0 "
26
+ image : " quay.io/cephcsi/ceph-csi-operator:v\( #Version ) "
27
27
args : [
28
28
" --leader-elect " ,
29
29
" --metrics-bind-address=:8080 " ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
24
24
skipUpgradeChecks : false
25
25
continueUpgradeAfterChecksEvenIfNotHealthy : false
26
26
waitTimeoutForHealthyOSDInMinutes : 10
27
+ upgradeOSDRequiresHealthyPGs : false
27
28
mon : {
28
29
count : 3
29
30
allowMultiplePerNode : true
@@ -54,8 +55,13 @@ import (
54
55
// rather than with service monitors.
55
56
//
56
57
// See: https://github.com/rook/rook/issues/12422
57
- // monitoring: enabled: true
58
- monitoring : metricsDisabled : false
58
+ monitoring : {
59
+ metricsDisabled : false
60
+ exporter : {
61
+ perfCountersPrioLimit : 5
62
+ statsPeriodSeconds : 5
63
+ }
64
+ }
59
65
network : connections : {
60
66
encryption : enabled : true
61
67
compression : enabled : true
@@ -118,8 +124,10 @@ import (
118
124
}
119
125
}
120
126
storage : {
121
- useAllNodes : false
122
- useAllDevices : false
127
+ useAllNodes : false
128
+ useAllDevices : false
129
+ allowDeviceClassUpdate : false
130
+ allowOsdCrushWeightUpdate : false
123
131
nodes : [{
124
132
name : " dice "
125
133
devices : [{
@@ -160,12 +168,12 @@ import (
160
168
config : deviceClass : " nvme "
161
169
}]
162
170
}]
171
+ scheduleAlways : false
163
172
onlyApplyOSDPlacement : false
164
173
}
165
174
disruptionManagement : {
166
175
managePodBudgets : true
167
176
osdMaintenanceTimeout : 30
168
- pgHealthCheckTimeout : 0
169
177
}
170
178
healthCheck : {
171
179
daemonHealth : {
You can’t perform that action at this time.
0 commit comments