Another operation involving the object is currently in progress
If any VM shows error “Another operation involving the object is currently in progress” during a reboot/shutdown on Citrix Xen (XCP) based host, please perform following actions to fix the issue
- Get the VM UUID: Use the command “xe vm-list name-label=<VM NAME LABEL>”. Output of the command will show the UUID, name-label and power-state of the VM.
- List of Domains running: Now execute the command “list_domains” which will show the list of domains/VM’s hosted on the server.
- Search the domain having problem using command “list_domains | grep <UUID of the VM (step 1)>“
- Destory the domain: Destroy the domain facing issue. Command: /opt/xensource/debug/destroy_domain -domid <DOMAIN ID>
Now try to shutdown or reboot the VM.
2 thoughts on “Another operation involving the object is currently in progress”
You must log in to post a comment.