Files
openstack-helm/releasenotes/notes/cinder-f177532ecd78dcec.yaml
Doug Goldstein 160cd22a32 fix(cinder): provide a pod writeable space for state_path
Some cinder volume backends will need to write data or mount and they
will always do so relative to the state_path. This defaults the
state_path to the same value in the cinder.conf and provides an emptyDir
mount so that the path is writeable inside the pod. This is the same
behavior done in the neutron chart.

Change-Id: Iaa319e4b5f3aa1a18970f2f699804606301b0c92
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2025-07-25 19:14:04 -05:00

7 lines
165 B
YAML

---
fixes:
- |
Some backends of cinder will write some temp data into the state_path
so it should be something available to be written to for the pod.
...