<div class="gmail_quote">2012/3/15 Jim Fehlig <span dir="ltr"><<a href="mailto:jfehlig@suse.com">jfehlig@suse.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>While testing this patch, I noticed some strange problems wrt concurrent<br>
operations in the driver.  E.g. if I start a migration and then query<br>
dominfo on the migrating domain, it kills the migration<br>
<br>
xen134: # virsh migrate --live sles11sp1-pv xen+ssh://xen142<br>
error: internal error Failed to save domain '7' with libxenlight<br>
<br></blockquote><div>Strange. Found that doing whatever operation that needs to open a connect to the hypervisor (even "virsh version") will cause the same issue to live migration. While trying operation that calls do_open the connect, xc_shadow_control( in xc_domain_save) will fail.<br>
Non-live migration is OK.<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888">Jim<br>
<br>
</font></span></blockquote></div><br>