-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
0
-
False
-
-
False
-
?
-
openstack-tripleo-heat-templates-14.3.1-17.1.20250715151437.e7c7ce3.el9osttrunk
-
None
-
-
-
-
Pending Verification
-
1
-
Moderate
To Reproduce Steps to reproduce the behavior:
- Prepare FFU on overcloud deployment from a previous version that includes the `_DEFAULT_` volume type
- Create one volume in any project other than admin with volume type `_DEFAULT_`
- Run overcloud upgrade
- Overcloud upgrade fails to delete the `_DEFAULT_` volume because a volume exists of this type
Expected behavior
- Cleanup task should check volumes in all projects and filter by type
Bug impact
- Breaks overcloud upgrade
Known workaround
- Manually delete existing volumes using the `_DEFAULT_` volume type
Additional context
- See attached case where the customer ran into this issue