This is a continuation of the post that I wrote here:
https://next.nutanix.com/topic/show?tid=33950&fid=31
Part of this was resolved however we are still running into an issue with some of our VMs in which they get stuck in this state:
{
"status": {
"description": "2016 Template-4/17/19",
"state": "ERROR",
"execution_context": {
"task_uuids": [
"8d0c2110-461b-4252-a223-11016ff8714b"
]
},
"message_list": [
{
"message": "Edit conflict: please retry change. Entity CAS version mismatch.",
"reason": "CONCURRENT_REQUESTS_NOT_ALLOWED"
}
]
}
The only way to clear it is to power the VM down and update the VM within the GUI.
However, upon trying to subsequently update the VM by API it results int the same error. Please advise.