Back to bug 1035891

Who When What Removed Added
RHEL Program Management 2013-11-28 20:14:22 UTC Target Release --- 4.0
Ayal Baron 2013-12-01 09:58:11 UTC CC abaron
Assignee rhos-maint fpercoco
Flavio Percoco 2013-12-04 08:25:34 UTC Status NEW ASSIGNED
Flavio Percoco 2013-12-05 22:11:33 UTC Target Milestone --- async
Perry Myers 2013-12-08 15:58:24 UTC Target Milestone async rc
Perry Myers 2013-12-09 15:51:38 UTC Keywords TestOnly
Depends On 1016224
Target Milestone rc async
Ayal Baron 2013-12-10 10:05:36 UTC Target Release 4.0 5.0
Flavio Percoco 2013-12-10 12:00:28 UTC Status ASSIGNED POST
Link ID OpenStack gerrit 61088
Andrej Golis 2014-01-06 11:47:45 UTC QA Contact hateya dron
Perry Myers 2014-01-06 18:35:37 UTC Whiteboard storage min-Jan
Perry Myers 2014-01-06 18:43:25 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:04 UTC Whiteboard mid-Jan mid-Jan
Scott Lewis 2014-01-08 19:52:38 UTC Whiteboard mid-Jan
Scott Lewis 2014-01-10 16:47:31 UTC Depends On 1051605
Scott Lewis 2014-01-10 16:48:43 UTC Blocks 1051606
Scott Lewis 2014-01-10 16:49:43 UTC CC sclewis
John Skeoch 2014-01-13 01:08:07 UTC CC hateya
Ayal Baron 2014-01-13 14:10:23 UTC Target Release 5.0 4.0
Target Milestone A1 A2
Flavio Percoco 2014-01-16 10:31:10 UTC Link ID OpenStack gerrit 67097
Scott Lewis 2014-01-17 18:42:12 UTC Keywords ZStream
Flavio Percoco 2014-01-23 09:31:02 UTC Severity medium high
Eric Harney 2014-01-23 23:22:46 UTC Fixed In Version openstack-cinder-2013.2.1-6.el6ost
Eric Harney 2014-01-23 23:29:48 UTC Status POST MODIFIED
Flavio Percoco 2014-01-29 13:47:46 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:36 UTC Priority unspecified high
CC scohen
Lon Hohberger 2014-02-13 20:39:53 UTC Status MODIFIED ON_QA
Flavio Percoco 2014-02-19 11:18:47 UTC Depends On 1066955
Dafna Ron 2014-02-19 11:47:30 UTC Status ON_QA ASSIGNED
Flavio Percoco 2014-02-19 13:02:22 UTC Blocks 977865, 1016216
CC fpercoco
Flavio Percoco 2014-02-19 13:04:14 UTC Summary cinder: GlusterfsDriver' not initialized when cinder-volume is restarted during extend cinder: if cinder-volume is restarted during the execution of a command, the volume is left in a non-consistent status
Martin Lopes 2014-02-24 02:32:39 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
Flavio Percoco 2014-03-03 10:45:30 UTC Keywords CodeChange
Status ASSIGNED VERIFIED
errata-xmlrpc 2014-03-04 15:02:48 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-03-04 20:13:20 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-03-04 15:13:20 UTC
Perry Myers 2016-04-26 16:08:49 UTC CC pmyers

Back to bug 1035891