<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><hr id="zwchr"><blockquote id="DWT2888" style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">I have fixed my first problem I had to destroy the storage domain. My second problem is still there I have an image that was importing and got stuck and is locked and will not come unlocked. I deleted the vm manually but still says it is there and I can not delete it. It is on an nfs storage data domain not the main. I have manually deleted the vm and image as root. But still have it listed in the gui. Is there somewhere else I can get rid of image info database perhaps?</blockquote>Hi Dominic,<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"></blockquote>You can run a DB query which will unlock the VM:<br>update vm_dynamic set status = 0 where vm_guid in (select vm_guid from vm_static where vm_name = '<strong>YOUR VM NAME HERE</strong>');<br><br>Do you know why the import didn't finish, did you see something about this in the logs?<br><br>Regards,<br>Mike<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div>
<br></div><div>dk<br><br><div class="gmail_quote">On Mon, Apr 9, 2012 at 10:02 AM, Dominic Kaiser <span dir="ltr"><<a href="mailto:dominic@bostonvineyard.org" target="_blank">dominic@bostonvineyard.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Two different problems:<div><br></div><div>1. I was exporting a vm while importing one image from an exi server. I was importing a vm from the export directory when I ran out of space on the export directory. I have free space now and plenty of it but the vm is still locked. How does the exporting vm recognize when there is free space again and continue or do I manually have to stop it?</div>
<div><br></div><div>2. I was importing a vm that is still locked after 3 days and the size of disk have been transfered as shown by the storage domain. It is done but still locked. How can we unlock manually or can we restart the process?<span class="HOEnZb"><font color="#888888"><br clear="all">
<div><br></div>-- <br>Dominic Kaiser<br>Greater Boston Vineyard<br>Director of Operations<br><br>cell: <a href="tel:617-230-1412" target="_blank">617-230-1412</a><br>fax: <a href="tel:617-252-0238" target="_blank">617-252-0238</a><br>
email: <a href="mailto:dominic@bostonvineyard.org" target="_blank">dominic@bostonvineyard.org</a><br>
<br><br>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Dominic Kaiser<br>Greater Boston Vineyard<br>Director of Operations<br><br>cell: 617-230-1412<br>fax: 617-252-0238<br>email: <a href="mailto:dominic@bostonvineyard.org" target="_blank">dominic@bostonvineyard.org</a><br>
<br><br>
</div>
<br>_______________________________________________<br>Users mailing list<br>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br></blockquote><br></div></body></html>