Bug 1318767
Summary: | live migration without shared storage fails in pre_live_migration after upgrade to 2015.1.2-18.2 | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Lee Yarwood <lyarwood> |
Component: | openstack-nova | Assignee: | Eoghan Glynn <eglynn> |
Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.0 (RHEL 7) | CC: | berrange, dasmith, eglynn, kchamart, lyarwood, mschuppe, nlevinki, panbalag, sbauza, sferdjao, sgordon, srevivo, vromanso |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | 5.0 (RHEL 7) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-nova-2014.1.5-30.el7ost | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1318722 | Environment: | |
Last Closed: | 2016-04-26 15:39:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1318722 | ||
Bug Blocks: |
Description
Lee Yarwood
2016-03-17 18:22:12 UTC
Verified as follows, *********** VERSION *********** [root@cougar14 ~(keystone_admin)]# yum list installed | grep openstack-nova openstack-nova-api.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle openstack-nova-cert.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle openstack-nova-common.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle openstack-nova-conductor.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle openstack-nova-console.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle openstack-nova-novncproxy.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle openstack-nova-scheduler.noarch 2014.1.5-31.el7ost @rhelosp-5.0-el7-puddle *********** LOGS *********** [root@cougar14 ~(keystone_admin)]# nova list +--------------------------------------+------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+---------------------+ | ee4768e6-f5b0-4d47-9592-42c4c07915e2 | vm1 | ACTIVE | - | Running | public=172.24.4.227 | +--------------------------------------+------+--------+------------+-------------+---------------------+ [root@cougar14 ~(keystone_admin)]# nova show vm1 | grep host | OS-EXT-SRV-ATTR:host | rhos-compute-node-02.lab.eng.rdu2.redhat.com | | OS-EXT-SRV-ATTR:hypervisor_hostname | rhos-compute-node-02.lab.eng.rdu2.redhat.com | | hostId | 8ebb3b36bc169b837d1b05b0fc35d5ed6cac84d365e456474b110352 | [root@cougar14 ~(keystone_admin)]# [root@cougar14 ~(keystone_admin)]# nova live-migration --block-migrate vm1 lynx13.qa.lab.tlv.redhat.com [root@cougar14 ~(keystone_admin)]# nova list +--------------------------------------+------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+---------------------+ | ee4768e6-f5b0-4d47-9592-42c4c07915e2 | vm1 | ACTIVE | - | Running | public=172.24.4.227 | +--------------------------------------+------+--------+------------+-------------+---------------------+ [root@cougar14 ~(keystone_admin)]# nova show vm1 | grep host | OS-EXT-SRV-ATTR:host | lynx13.qa.lab.tlv.redhat.com | | OS-EXT-SRV-ATTR:hypervisor_hostname | lynx13.qa.lab.tlv.redhat.com | | hostId | dfa3e1d7c98365b3561b2d5525eb5c6bdca87997df642cbbc06ce55a | Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0690.html |