<div dir="ltr">Hi,<div><br></div><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 23, 2014 at 3:25 AM, Steven C Timm <span dir="ltr"><<a href="mailto:timm@fnal.gov" target="_blank">timm@fnal.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:rgb(0,0,0);font-size:10pt">Due to an ongoing issue with having to purge the vm_pool of my database from time
<div>to time, I inadvertently did the purge while 8 vm's were still active and thus leases</div>
<div>were still allocated.</div>
<div><br>
</div>
<div>I ran onedb fsck to clean it up.  It successfully cleaned up the host_pool table to show </div>
<div>no running vm's.  It also said that it updated the network_pool table to show </div>
<div>no allocated leases but it did not do so.</div>
<div><br>
</div>
<div>The network_pool table  in ONE4 holds all 1000 leases of this particular vnet in a single row of the table.</div>
<div>Correctly executing a manual mysql query to clean it up would be almost impossible.</div>
<div><br>
</div>
<div>Suggestions on what to do to clean it up?  </div>
<div><br>
</div>
<div>Steve Timm</div>
<div></div></div></div></blockquote></div><br></div><div class="gmail_extra">Unfortunately there is no easy workaround.</div><div class="gmail_extra"><br></div><div class="gmail_extra">If you want to dig into the AR/ALLOCATED attribute, you will find a string with pairs of numbers: <index> <binary>.</div><div class="gmail_extra">To identify the pairs you must delete, get the binary numbers that match the mask 0x0000001000000000. Then, the operation & 0xFFFFFFFF will give you the VM ID.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Best regards.</div><div class="gmail_extra">--<br><div>Carlos Martín, MSc<br>Project Engineer</div><div>OpenNebula - Flexible Enterprise Cloud Made Simple<br><div><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.opennebula.org/" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span></div></div></div><div class="gmail_extra"><br></div></div>