I cannot delete Volumes from CloudStack. #12238
|
I cannot delete Volumes from CloudStack. I get the following log: Please advise how I can correctly delete the volume. |
Replies: 2 comments 4 replies
|
@w1a2n3o4 This can happen if the volume with the UUID doesn't exist on the backend. Can you check if the volume with uuid exists on XCP-ng cluster? You can do xe vdi-list uuid=<<failing_uuid>> |
|
@w1a2n3o4 What is the version of cloudstack you are using? I tested on 4.21 ( but with KVM) , the volume is expunged fine even though the file on the backend no longer exists. Only option I can see here for you is a manual DB update to mark the volume as Expunged with removed date set. |
@w1a2n3o4 What is the version of cloudstack you are using? I tested on 4.21 ( but with KVM) , the volume is expunged fine even though the file on the backend no longer exists.
Only option I can see here for you is a manual DB update to mark the volume as Expunged with removed date set.