mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
helm: enable RecoverVolumeExpansionFailure feature gate
This commit enable the mentioned feature gate which helps to recover from volume expansion failures. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
4e02dc1da9
commit
9b64e0a170
@ -115,6 +115,7 @@ spec:
|
||||
- "--leader-election"
|
||||
- "--retry-interval-start=500ms"
|
||||
- "--handle-volume-inuse-error=false"
|
||||
- "--feature-gates=RecoverVolumeExpansionFailure=true"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: "unix:///csi/{{ .Values.provisionerSocketFile }}"
|
||||
|
@ -85,6 +85,7 @@ spec:
|
||||
- "--leader-election"
|
||||
- "--retry-interval-start=500ms"
|
||||
- "--handle-volume-inuse-error=false"
|
||||
- "--feature-gates=RecoverVolumeExpansionFailure=true"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: "unix:///csi/{{ .Values.provisionerSocketFile }}"
|
||||
|
Loading…
Reference in New Issue
Block a user