Bug 1250313

Summary: Live migration no available from havana to Icehouse with shared storage
Product: Red Hat OpenStack Reporter: Eduard Barrera <ebarrera>
Component: openstack-novaAssignee: Eoghan Glynn <eglynn>
Status: CLOSED EOL QA Contact: nlevinki <nlevinki>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.0CC: berrange, dasmith, eglynn, kchamart, ndipanov, pbrady, sbauza, sferdjao, sgordon, vromanso, yeylon
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-27 19:57:10 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:

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