Back to bug 1035766

Who When What Removed Added
RHEL Program Management 2013-11-28 13:11:32 UTC Target Release --- 4.0
Flavio Percoco 2013-11-28 16:56:09 UTC Status NEW ASSIGNED
CC fpercoco
Assignee rhos-maint fpercoco
Flavio Percoco 2013-11-28 16:59:00 UTC CC yrabl
Flags needinfo?(yrabl)
Yogev Rabl 2013-12-01 07:09:36 UTC Flags needinfo?(yrabl)
Yogev Rabl 2013-12-01 14:21:23 UTC Summary openstack-cinder: volume migration doens't function openstack-cinder: volume migration doens't function when running from different server
Flavio Percoco 2013-12-05 12:39:54 UTC Link ID Launchpad 1255957 Launchpad 1258128
Flavio Percoco 2013-12-05 12:48:59 UTC Link ID Launchpad 1258133
Flavio Percoco 2013-12-05 15:23:09 UTC Link ID OpenStack gerrit 60264
Flavio Percoco 2013-12-05 15:23:31 UTC Status ASSIGNED ON_DEV
Link ID OpenStack gerrit 60265
Perry Myers 2013-12-07 15:54:57 UTC Target Milestone --- rc
Perry Myers 2013-12-09 15:34:41 UTC Status ON_DEV POST
Haim 2013-12-10 10:26:28 UTC QA Contact hateya yrabl
Eric Harney 2013-12-10 14:49:38 UTC Status POST MODIFIED
Fixed In Version openstack-cinder-2013.2-9.el6ost
errata-xmlrpc 2013-12-11 21:17:20 UTC Status MODIFIED ON_QA
Bruce Reeler 2013-12-12 02:01:35 UTC CC breeler
Flags needinfo?(fpercoco)
Flavio Percoco 2013-12-17 13:58:30 UTC Doc Text Cause:

A couple of things were failing w.r.t migrations:

1) The LVMBrick instance couldn't be created because of the lack of arguments
2) The vhost filtering failed. The code verified if the source host was available instead of verifying the destination host.

Consequence:

Migrations failed in most of the scenarios.

Fix:

Fixed the Brick instance creation by passing the expected arguments in the expected positions. the fix also introduced a correct filter for hosts.

Result:

Migrations work.
Flags needinfo?(fpercoco)
Martin Lopes 2013-12-18 01:59:39 UTC CC mlopes
Doc Text Cause:

A couple of things were failing w.r.t migrations:

1) The LVMBrick instance couldn't be created because of the lack of arguments
2) The vhost filtering failed. The code verified if the source host was available instead of verifying the destination host.

Consequence:

Migrations failed in most of the scenarios.

Fix:

Fixed the Brick instance creation by passing the expected arguments in the expected positions. the fix also introduced a correct filter for hosts.

Result:

Migrations work.
Previously, volume migrations were generally not successful under a variety of circumstances. This was a result of vhost filtering verifying source host availability, rather than the destination host. In addition, the LVMBrick instance creation failed due to missing arguments.
With this update, Brick instance creation passes the expected arguments in their expected positions, and host filtering has been corrected.
Yogev Rabl 2013-12-19 13:57:00 UTC Blocks 1043417
Scott Lewis 2013-12-19 14:37:15 UTC CC sclewis
Scott Lewis 2013-12-19 14:37:54 UTC Blocks 1045064
Scott Lewis 2013-12-19 14:47:31 UTC Keywords TestOnly
Eric Harney 2013-12-19 15:09:30 UTC Blocks 1043417
Depends On 1043417
errata-xmlrpc 2013-12-19 17:42:35 UTC Status ON_QA RELEASE_PENDING
errata-xmlrpc 2013-12-20 00:39:46 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2013-12-19 19:39:46 UTC
Jakub Ruzicka 2014-01-03 18:01:22 UTC Depends On 1048326
Jakub Ruzicka 2014-01-03 18:03:20 UTC Depends On 1048326
yeylon 2014-01-22 09:19:42 UTC Blocks 1056459
Eric Harney 2014-01-30 13:15:06 UTC Blocks 1056108
Perry Myers 2016-04-26 14:21:07 UTC CC pmyers

Back to bug 1035766