levindecaro commented on issue #5088: URL: https://github.com/apache/cloudstack/issues/5088#issuecomment-857691277
@Pearl1594 Thanks for your explanation. I'm trying to reproduce this state status issue and sorted out the user was delete the instance without select "expunge" during deletion. So the instance was deleted and the disk image left by "Destroy" status. In this scenario, 1. If try to delete it, it report "Request Failed (431) Please specify a volume that is not attached to any VM." 2. If try to recover it, it will associate the VM name where it was deleted before. 3. Click on the VM name, it will be 404 4. Click on the ROOT disk volume, it has "Snapshot", "Recurring Snapshots", "Resize" option, no way to delete it any way. Refining the step reproduce as below. ``` 1. Create a snapshot from existing instance 2. Create a template from the snapshot 3. Deploy a new instance from the template 4. Remove the new instance (without expunge) 5. Delete the template from zone 6. A ROOT volume left by "Destroy" status 7. Delete the volume, error raised. 8. Recover the volume, cannot delete as well. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
