-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
False
-
-
False
-
CLOSED
-
---
-
---
-
-
-
High
-
None
Description of problem:
The PVC is not deleted along by deleting bootable volumes or dataSources. It can cause below problems:
1. the storage system is filled up by the left PVCs
2. it breaks the add volume flow if user fill a name which is occupied by a PVC
Possible solution:
Add a checkbox to the delete modal of DataSource to delete the PVC
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. add a volume in Bootable volumes page
2. delete the volume in Bootable volumes page
3. the backend PVC is not deleted
4. delete the datasource in DataSources page
5. the backend PVC is not deleted
6. add a volume again with the same name
7. an error happens because the PVC is existing
Actual results:
Expected results:
Additional info: