How to remove stuck instance snapshot #9874
Replies: 1 comment 2 replies
-
Since I didn't get any clue, I decided to use the hard method. I found a table in the database named vm_snapshots and made two updates to it. I changed state from 'Reverting' to 'Expunging', and changed removed from Null to date. Now this snapshot not showing in UI and I can make operations with VM, its not blocked anymore. Not sure its a right way. But i dont have another ideas. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! Can someone help me? I use cloudstack 4.19.1.2, and linstor as a primary storage. I know that vmsnapshot not suported for linstor, but when I'm testing it was unknown to me. Now I have vmsnapshot which stuck in reverting state. And I nothing can do with this. I tryed to delete it by api, cmk or ui, but its always return "Can't delete the vm snapshotshot 2 due to it is not in Created or Error, or Expunging State". Can someone tell me how I can do it corectly?
Beta Was this translation helpful? Give feedback.
All reactions