<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 21, 2018 at 11:54 AM, Angel R. Gonzalez <span dir="ltr">&lt;<a href="mailto:angel.gonzalez@uam.es" target="_blank">angel.gonzalez@uam.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I can&#39;t edit/remove/modify a VM. Always show a message:<br>
    &quot;Cannot remove VM. Related operation is currently in progress. Please try again later&quot;<br></blockquote><div><br></div><div>That means that the VM is locked using an in-memory lock (rather than in the database, so the script for unlocking entities would not help here).</div><div>The message you get was deprecated, when a lock is taken before executing a long operation we generate a more informative message.</div><div>So that is almost certainly caused by a bug, we have fixed various bugs that could have lead to that.</div><div>What version of oVirt do you use? Could you share the engine.log that covers the latest operation that was made on this VM?</div><div>Anyway, restarting the engine would most probably release the lock of that VM and allow removing it.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
I also used REST API<br>
curl -k -u admin@internal:passwd -X DELETE <a href="https://engine/ovirt-engine/api/vms/XXXXXXXX" rel="noreferrer" target="_blank">https://engine/ovirt-engine/ap<wbr>i/vms/XXXXXXXX</a><br>
and the output message is the same.<br></blockquote><div><br></div><div>Yeah, it doesn&#39;t matter what client you use since this error is generated on the back-end side.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
How to can execute actions over the VM, or how to remove it from Cluster?<br>
<br>
Thanks in advance.<br>
<br>
Ángel González.<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
</blockquote></div><br></div></div>