Back to bug 1016224

Who When What Removed Added
RHEL Program Management 2013-10-07 18:09:20 UTC Target Release --- 4.0
Haim 2013-10-08 07:04:56 UTC QA Contact ajeain dron
Xavier Queralt 2013-10-11 12:23:38 UTC CC eharney, pmyers, xqueralt
Component openstack-nova openstack-cinder
Summary nova: create volume stuck in creating even though scheduler reports failure cinder: create volume stuck in creating even though scheduler reports failure
Eric Harney 2013-10-11 15:27:45 UTC CC dron
Flags needinfo?(dron)
Dafna Ron 2013-10-11 16:18:10 UTC Flags needinfo?(dron)
Ayal Baron 2013-10-17 20:44:43 UTC CC abaron
Assignee rhos-maint eharney
Eric Harney 2013-11-18 17:26:04 UTC Blocks 977865
Eric Harney 2013-11-18 17:26:38 UTC Link ID Launchpad 1211839
Eric Harney 2013-11-18 17:26:53 UTC Link ID Launchpad 1242942
Eric Harney 2013-11-20 16:14:48 UTC Blocks 1016216
Ayal Baron 2013-12-01 09:45:46 UTC Flags needinfo?(eharney)
Eric Harney 2013-12-02 15:52:39 UTC Flags needinfo?(eharney)
Eric Harney 2013-12-02 15:52:57 UTC CC fpercoco
Flavio Percoco 2013-12-02 21:24:01 UTC Status NEW ASSIGNED
Assignee eharney fpercoco
Flavio Percoco 2013-12-04 08:22:28 UTC Status ASSIGNED ON_DEV
Eric Harney 2013-12-05 19:21:11 UTC Keywords ZStream
Target Milestone --- async
Perry Myers 2013-12-08 15:58:41 UTC Target Milestone async rc
Perry Myers 2013-12-09 15:30:56 UTC Target Milestone rc async
Perry Myers 2013-12-09 15:51:38 UTC Blocks 1035891
Ayal Baron 2013-12-10 10:06:13 UTC Target Release 4.0 5.0
Flavio Percoco 2013-12-10 11:59:20 UTC Status ON_DEV POST
Link ID OpenStack gerrit 61088
Perry Myers 2014-01-06 18:35:46 UTC Whiteboard storage min-Jan
Perry Myers 2014-01-06 18:43:33 UTC Whiteboard min-Jan mid-Jan
Scott Lewis 2014-01-08 19:46:47 UTC Target Milestone async A1
Scott Lewis 2014-01-08 19:48:02 UTC Whiteboard mid-Jan mid-Jan
Scott Lewis 2014-01-08 19:52:49 UTC Whiteboard mid-Jan
Scott Lewis 2014-01-10 16:47:31 UTC Blocks 1051605
Scott Lewis 2014-01-10 16:47:49 UTC CC sclewis
Scott Lewis 2014-01-10 16:48:43 UTC Blocks 1051606
John Skeoch 2014-01-13 01:05:27 UTC CC hateya
Ayal Baron 2014-01-13 14:09:19 UTC Target Release 5.0 4.0
Target Milestone A1 A2
Flavio Percoco 2014-01-16 10:31:39 UTC Link ID OpenStack gerrit 67097
Flavio Percoco 2014-01-23 09:31:12 UTC Severity medium high
Eric Harney 2014-01-23 23:22:52 UTC Fixed In Version openstack-cinder-2013.2.1-6.el6ost
Eric Harney 2014-01-23 23:29:38 UTC Status POST MODIFIED
Flavio Percoco 2014-01-29 13:47:33 UTC Doc Text Cause:

The driver initialization check was done before calling the actual method responsible for processing the RPC request.

Consequence:

Volumes would remain in a non-consistent status - creating instead of error - which ended up in not usable, stuck volumes.

Fix:

Move the driver check into the method itself.
Sean Cohen 2014-02-05 07:45:00 UTC Priority unspecified urgent
CC scohen
errata-xmlrpc 2014-02-13 20:49:27 UTC Status MODIFIED ON_QA
Dafna Ron 2014-02-18 18:01:30 UTC Status ON_QA ASSIGNED
Flavio Percoco 2014-02-19 11:18:47 UTC Blocks 1066955
Flavio Percoco 2014-02-19 11:21:19 UTC Status ASSIGNED ON_QA
Dafna Ron 2014-02-19 11:39:25 UTC Status ON_QA VERIFIED
Martin Lopes 2014-02-24 01:59:20 UTC CC mlopes
Doc Text Cause:

The driver initialization check was done before calling the actual method responsible for processing the RPC request.

Consequence:

Volumes would remain in a non-consistent status - creating instead of error - which ended up in not usable, stuck volumes.

Fix:

Move the driver check into the method itself.
Prior to this update, the driver initialization check was done prior to calling the method responsible for processing the RPC request. Consequently, volumes would enter an inconsistent state ('creating' instead of 'error'), which resulted in unusable and stuck volumes.
This issue has been resolved with this update, and the driver check has been moved into the method itself.
Flavio Percoco 2014-02-28 08:38:08 UTC Blocks 1071184
Flavio Percoco 2014-02-28 08:40:55 UTC Blocks 1071184
errata-xmlrpc 2014-03-04 15:02:07 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-03-04 20:12:46 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-03-04 15:12:46 UTC
Perry Myers 2016-04-26 15:51:16 UTC CC pmyers
Russell Bryant 2019-09-09 13:22:19 UTC CC rbryant

Back to bug 1016224