diff --git a/cinder/templates/deployment-backup.yaml b/cinder/templates/deployment-backup.yaml index ecfd4257bf..9b0c4b1386 100755 --- a/cinder/templates/deployment-backup.yaml +++ b/cinder/templates/deployment-backup.yaml @@ -140,6 +140,8 @@ spec: volumeMounts: - name: pod-tmp mountPath: /tmp + - name: cinder-tmp + mountPath: /var/lib/cinder/tmp - name: cinder-bin mountPath: /tmp/cinder-backup.sh subPath: cinder-backup.sh @@ -212,6 +214,8 @@ spec: volumes: - name: pod-tmp emptyDir: {} + - name: cinder-tmp + emptyDir: {} - name: cinder-etc secret: secretName: cinder-etc