Add volumemounts to cinder-backup container
Adding volumemounts to allow cinder to access /var/lib/cinder/tmp Change-Id: I1e93587da2b4889118f2b941c89e7d3adee2b7c8
This commit is contained in:
parent
0a91dd5f30
commit
3221807042
@ -140,6 +140,8 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-tmp
|
- name: pod-tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
|
- name: cinder-tmp
|
||||||
|
mountPath: /var/lib/cinder/tmp
|
||||||
- name: cinder-bin
|
- name: cinder-bin
|
||||||
mountPath: /tmp/cinder-backup.sh
|
mountPath: /tmp/cinder-backup.sh
|
||||||
subPath: cinder-backup.sh
|
subPath: cinder-backup.sh
|
||||||
@ -212,6 +214,8 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: pod-tmp
|
- name: pod-tmp
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
- name: cinder-tmp
|
||||||
|
emptyDir: {}
|
||||||
- name: cinder-etc
|
- name: cinder-etc
|
||||||
secret:
|
secret:
|
||||||
secretName: cinder-etc
|
secretName: cinder-etc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user