<html><head><meta http-equiv="content-type" content="text/html; charset=GB2312"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: Î¢ÈíÑźÚ; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi:all</div><div><span style="background-color: rgba(0, 0, 0, 0);">    </span><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0); font-family: Î¢ÈíÑźÚ, Tahoma;"> I'm testing juno version now just follow the guide of <<</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0); font-family: Î¢ÈíÑźÚ, Tahoma;">openstack-install-guide-yum-juno.pdf>> from docs.openstack.org.</span></div><div><span style="font-family: '΢ÈíÑźÚ, Tahoma'; background-color: rgba(0, 0, 0, 0);">     Today I go through the Live migration issue:</span></div><div><span style="font-family: "" Î¢ÈíÑźÚ,="" tahoma'";="" font-size:="" 14px;="" color:="" rgb(0,="" 0,="" 0);="" background-color:="" rgba(0,="" font-weight:="" normal;="" font-style:="" normal;text-decoration:="" none;'="">     When I test the Block Migration(by:  </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">nova live-migration --block-migrate c4c5fbfa-8faa-4a01-b260-6b556aeafd07 compute01) </span><span style="font-family: ''; font-size: 10.5pt; line-height: 1.5; background-color: window;">I encountered the following error message:</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">    </span><span style="background-color: rgba(0, 0, 0, 0);"> (Live Migration failure: internal error: unable to execute QEMU command 'migrate': this feature or command is not currently supported.)</span></div><div><span style="background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="background-color: rgba(0, 0, 0, 0);">     I googled for it and get the solution: </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"></span><a href="https://www.redhat.com/archives/libvirt-users/2014-December/msg00008.html" style="font-size: 10.5pt; line-height: 1.5; background-color: window;">https://www.redhat.com/archives/libvirt-users/2014-December/msg00008.html</a><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);"> ,and I follow the advise to yum install qemu-kvm-rhev,and restart libvird and openstackservices,but the error still there.</span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">    When I test the </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">Volume-backed live migration(by: </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">nova live-migration d720f8ef-dd9a-41c9-ab81-54ef1cd05fd3 compute01,</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">d720f8ef-dd9a-41c9-ab81-54ef1cd05fd3 is the vm uuid which residented on cinder volume.</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">)</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);"> I encountered the following error message:</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">    (</span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">Returning exception compute01 is not on shared storage: Live migration can not be used without shared storage.)</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"><br></span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">    And I googled for it and find a bug fix: </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"></span><a href="https://git.openstack.org/cgit/openstack/nova/commit/?id=5a0711dbffe3d68ee9be39c85307b19ea5efee7a" style="font-size: 10.5pt; line-height: 1.5; background-color: window;">https://git.openstack.org/cgit/openstack/nova/commit/?id=5a0711dbffe3d68ee9be39c85307b19ea5efee7a</a><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);"> ,and I replace the old driver.py(in </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">/usr/lib/python2.7/site-packages/nova/virt/libvirt/) with the</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"><br></span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">new one (whose md5sum is:</span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">bb65bf9f97b5c8b5060df8a0d909b0ff  driver.py),but the error remains.</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"><br></span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">    Is there any thing I missed? I was able to live migration on Havana version before.(all the configs are followed the </span><span style="background-color: rgba(0, 0, 0, 0);">suggestions </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">of :</span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"></span><a href="https://lists.launchpad.net/openstack/msg24036.html)" style="font-size: 10.5pt; line-height: 1.5; background-color: window;">https://lists.launchpad.net/openstack/msg24036.html)</a><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);"> </span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">    Any advice will be </span><span style="font-family: Î¢ÈíÑźÚ, Tahoma;">appreciated</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">! Thanks a lot.</span></div><span style="background-color: rgba(0, 0, 0, 0);"></span><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">   </span></div><span style="background-color: rgba(0, 0, 0, 0);"></span><span style="background-color: rgba(0, 0, 0, 0);"></span>
<div><br></div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span>Walter</span></div>
</body></html>