add new script to clean named volume
Bug #1531407 reported by
Kuo-tung Kao (jelly)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Low
|
Sajauddin |
Bug Description
Now we use named volumes instead of data container.
We need to clean named volumes
summary: |
- clean named volume in tools/cleanup-containers + add new script to clean named volume |
Changed in kolla: | |
importance: | Undecided → Medium |
milestone: | none → mitaka-3 |
status: | New → Confirmed |
Changed in kolla: | |
milestone: | mitaka-3 → mitaka-rc1 |
importance: | Medium → Low |
Changed in kolla: | |
milestone: | mitaka-rc1 → mitaka-rc2 |
tags: | removed: rc-backport-potential |
Changed in kolla: | |
milestone: | mitaka-rc2 → newton-1 |
Changed in kolla: | |
milestone: | newton-1 → newton-2 |
Changed in kolla: | |
milestone: | newton-2 → newton-3 |
Changed in kolla: | |
milestone: | newton-3 → occata-1 |
Changed in kolla: | |
assignee: | Kuo-tung Kao (jelly) (coding1314) → Sajauddin (sajauddin-mohammad) |
Changed in kolla: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
Technically we don't need this. The current cleanup script will also remove named volumes if they are attached.
However it is possible to end up with a name volume and no container using it if a deploy fails so I am ok with such a script.