Bug 1250313 - Live migration no available from havana to Icehouse with shared storage
Summary: Live migration no available from havana to Icehouse with shared storage
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Eoghan Glynn
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-05 06:35 UTC by Eduard Barrera
Modified: 2019-09-09 16:50 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-27 19:57:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eduard Barrera 2015-08-05 06:35:11 UTC
Description of problem:

Appears that we formally don't support live migration of instances from Havana to Icehouse where they reside on shared storage :

 284     def _check_live_migration_api_version(self, server):
 285         # NOTE(angdraug): live migration involving a compute host running Nova
 286         # API older than v3.23.1 as either source or destination can cause
 287         # instance disks to be deleted from shared storage
 288         if not self.client.can_send_version('3.23.1'):
 289             raise exception.LiveMigrationWithOldNovaNotSafe(server=server)



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
Live migration when using shared storage fail

Expected results:
Live migration when using shared storage success

Additional info:

It was addressed here for Icehouse

 live migration failed due to no shared storage when using rbd imagebackend

    http://bugzilla.redhat.com/show_bug.cgi?id=1110367


Note You need to log in before you can comment on or make changes to this bug.