Bug 1150856
Summary: | Live Migration Hanging with RBD Storage | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Ken Schroeder <kschroed> | |
Component: | openstack-nova | Assignee: | Pádraig Brady <pbrady> | |
Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.0 (RHEL 7) | CC: | berrange, dasmith, dmaley, doyler, jdexter, ndipanov, nlevinki, pbrady, sbauza, sclewis, scohen, sferdjao, sgordon, slong, sross, stoner, vromanso, warren_wang, yeylon | |
Target Milestone: | z3 | Keywords: | TestOnly, ZStream | |
Target Release: | 5.0 (RHEL 7) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-nova-2014.1.3-4.el7ost | Doc Type: | Bug Fix | |
Doc Text: |
The libvirt driver previously handled shared file systems incorrectly (for example, using NFS or Ceph), and live migration would fail or hang with exceptions. With this update, raw or qcow images are now treated appropriately on shared file systems, and live migration now works reliably and efficiently.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1165722 1196350 (view as bug list) | Environment: | ||
Last Closed: | 2014-12-09 16:47:28 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: | ||||
Bug Blocks: | 1111295, 1151150, 1165722 |
Description
Ken Schroeder
2014-10-09 05:03:18 UTC
The exception suggests that is_shared_instance_path is not set correctly in pre_live_migration(). It's likely that https://review.openstack.org/#/c/111082/ will need backporting to fix those checks for RBD We're using RBD storage with devices configured through libvirt. Acccess to ceph system is properly configured and working across all source/dest live-migration targets. The verification failed. While trying to migrate the instances from one host to another, the logs show the same error massages *** Bug 1146576 has been marked as a duplicate of this bug. *** verified in version: openstack-nova-cert-2014.1.3-9.el7ost.noarch openstack-nova-novncproxy-2014.1.3-9.el7ost.noarch python-nova-2014.1.3-9.el7ost.noarch openstack-nova-console-2014.1.3-9.el7ost.noarch openstack-nova-network-2014.1.3-9.el7ost.noarch openstack-nova-common-2014.1.3-9.el7ost.noarch openstack-nova-compute-2014.1.3-9.el7ost.noarch openstack-nova-conductor-2014.1.3-9.el7ost.noarch openstack-nova-scheduler-2014.1.3-9.el7ost.noarch openstack-nova-api-2014.1.3-9.el7ost.noarch python-novaclient-2.17.0-2.el7ost.noarch verified in version: openstack-nova-cert-2014.1.3-9.el7ost.noarch openstack-nova-novncproxy-2014.1.3-9.el7ost.noarch python-nova-2014.1.3-9.el7ost.noarch openstack-nova-console-2014.1.3-9.el7ost.noarch openstack-nova-network-2014.1.3-9.el7ost.noarch openstack-nova-common-2014.1.3-9.el7ost.noarch openstack-nova-compute-2014.1.3-9.el7ost.noarch openstack-nova-conductor-2014.1.3-9.el7ost.noarch openstack-nova-scheduler-2014.1.3-9.el7ost.noarch openstack-nova-api-2014.1.3-9.el7ost.noarch python-novaclient-2.17.0-2.el7ost.noarch 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-2014-1933.html |