Merge "Remove /var/cache/cinder emptyDir volume"
This commit is contained in:
commit
be070c1963
@ -74,8 +74,6 @@ spec:
|
|||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: {{ .Values.conf.cinder.default.cinder.osapi_volume_listen_port }}
|
port: {{ .Values.conf.cinder.default.cinder.osapi_volume_listen_port }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
mountPath: /var/cache/cinder
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
mountPath: /tmp/cinder-api.sh
|
mountPath: /tmp/cinder-api.sh
|
||||||
subPath: cinder-api.sh
|
subPath: cinder-api.sh
|
||||||
@ -94,8 +92,6 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
{{ if $mounts_cinder_api.volumeMounts }}{{ toYaml $mounts_cinder_api.volumeMounts | indent 12 }}{{ end }}
|
{{ if $mounts_cinder_api.volumeMounts }}{{ toYaml $mounts_cinder_api.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
emptyDir: {}
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
configMap:
|
configMap:
|
||||||
name: cinder-bin
|
name: cinder-bin
|
||||||
|
@ -77,8 +77,6 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /tmp/cinder-backup.sh
|
- /tmp/cinder-backup.sh
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
mountPath: /var/cache/cinder
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
mountPath: /tmp/cinder-backup.sh
|
mountPath: /tmp/cinder-backup.sh
|
||||||
subPath: cinder-backup.sh
|
subPath: cinder-backup.sh
|
||||||
@ -101,8 +99,6 @@ spec:
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ if $mounts_cinder_backup.volumeMounts }}{{ toYaml $mounts_cinder_backup.volumeMounts | indent 12 }}{{ end }}
|
{{ if $mounts_cinder_backup.volumeMounts }}{{ toYaml $mounts_cinder_backup.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
emptyDir: {}
|
|
||||||
- name: cinder-etc
|
- name: cinder-etc
|
||||||
configMap:
|
configMap:
|
||||||
name: cinder-etc
|
name: cinder-etc
|
||||||
|
@ -60,8 +60,6 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /tmp/cinder-scheduler.sh
|
- /tmp/cinder-scheduler.sh
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
mountPath: /var/cache/cinder
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
mountPath: /tmp/cinder-scheduler.sh
|
mountPath: /tmp/cinder-scheduler.sh
|
||||||
subPath: cinder-scheduler.sh
|
subPath: cinder-scheduler.sh
|
||||||
@ -80,8 +78,6 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
{{ if $mounts_cinder_scheduler.volumeMounts }}{{ toYaml $mounts_cinder_scheduler.volumeMounts | indent 12 }}{{ end }}
|
{{ if $mounts_cinder_scheduler.volumeMounts }}{{ toYaml $mounts_cinder_scheduler.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
emptyDir: {}
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
configMap:
|
configMap:
|
||||||
name: cinder-bin
|
name: cinder-bin
|
||||||
|
@ -77,8 +77,6 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /tmp/cinder-volume.sh
|
- /tmp/cinder-volume.sh
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
mountPath: /var/cache/cinder
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
mountPath: /tmp/cinder-volume.sh
|
mountPath: /tmp/cinder-volume.sh
|
||||||
subPath: cinder-volume.sh
|
subPath: cinder-volume.sh
|
||||||
@ -105,8 +103,6 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{ if $mounts_cinder_volume.volumeMounts }}{{ toYaml $mounts_cinder_volume.volumeMounts | indent 12 }}{{ end }}
|
{{ if $mounts_cinder_volume.volumeMounts }}{{ toYaml $mounts_cinder_volume.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-var-cache-cinder
|
|
||||||
emptyDir: {}
|
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
configMap:
|
configMap:
|
||||||
name: cinder-bin
|
name: cinder-bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user