Hi Luis,<br><br>The negative running VMs is a bug [1] that we thought was solved.<br>What version are you running?<br><br>To force the host deletion, just edit the onehost script and change<br><br>        if host['HOST_SHARE/RUNNING_VMS'].to_i != 0<br>

            puts "Host still has associated VMs, aborting delete."<br>        else<br>to<br><br>
        if false<br>
            puts "Host still has associated VMs, aborting delete."<br>
        else<br><br>Best regards,<br>Carlos.<br><br>[1] <a href="http://dev.opennebula.org/issues/317">http://dev.opennebula.org/issues/317</a><br clear="all"><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>

Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">On Tue, Jun 14, 2011 at 1:02 PM, Luis Rodero-Merino <span dir="ltr"><<a href="mailto:lrodero@fi.upm.es">lrodero@fi.upm.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
When trying to run 'onehost delete 0' (0 is the id of the host) we got<br>
the following message error:<br>
$ onehost delete 0<br>
Host still has associated VMs, aborting delete.<br>
<br>
Listing the hosts we see:<br>
$ onehost list<br>
  ID NAME              CLUSTER  RVM   TCPU   FCPU   ACPU    TMEM    FMEM STAT<br>
   0 blade19           default   -1    200    200    300    7.8G    7.6G   on<br>
   1 blade20           default    1    200    199    100    7.8G    7.4G   on<br>
<br>
So the host seems to have '-1' virtual machines, which I guess is<br>
causing the error. There is no vm running in that host (virsh list<br>
returns an empty list when run in that host).<br>
<br>
Is there any way I can restore the host state so I can safely remove<br>
it from opennebula hosts list?<br>
<br>
Thanks for your help,<br>
Luis<br>
<br>
<br>
--<br>
----------------------------------------<br>
Dr. Luis Rodero-Merino<br>
Researcher @ Distributed Systems Laboratory (<a href="http://lsd.ls.fi.upm.es" target="_blank">http://lsd.ls.fi.upm.es</a>),<br>
Computer Science School, Madrid Polytechnic University.<br>
Phone: (34)913363681, Fax: (34)913363669<br>
Address: Campus de Montegancedo, Bloque 2, L 3201<br>
CP: 28660, Boadilla del Monte (Madrid), Spain<br>
----------------------------------------<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br>