Activity log for bug #1741476

Date Who What changed Old value New value Message
2018-01-05 13:09:25 Lucian Petrut bug added bug
2018-01-05 13:09:40 Lucian Petrut bug task added nova
2018-01-05 13:13:46 Lucian Petrut description The introduction of "new style volume attachments" seems to have caused a regression, breaking read-only volume attachments. Trace: http://paste.openstack.org/raw/639097/ The reason seems to be the fact that Cinder expects the connector provided through the "attachment_update" call to include the requested attach mode [1], otherwise assuming it to be 'rw'. As Nova won't provide it, Cinder will then error because of an access mode mismatch. [1] https://github.com/openstack/cinder/blob/d96b6dfba03424baf8b3ddc7539347554892e941/cinder/volume/manager.py#L4374-L4393 The introduction of "new style volume attachments" seems to have caused a regression, breaking read-only volume attachments. Trace: http://paste.openstack.org/raw/639120/ The reason seems to be the fact that Cinder expects the connector provided through the "attachment_update" call to include the requested attach mode [1], otherwise assuming it to be 'rw'. As Nova won't provide it, Cinder will then error because of an access mode mismatch. [1] https://github.com/openstack/cinder/blob/d96b6dfba03424baf8b3ddc7539347554892e941/cinder/volume/manager.py#L4374-L4393
2018-01-08 20:41:36 Matt Riedemann tags volumes
2018-01-08 21:26:31 Matt Riedemann nova: status New Invalid
2018-01-08 21:26:37 Matt Riedemann cinder: status New Confirmed
2018-01-08 21:26:39 Matt Riedemann cinder: importance Undecided High
2018-01-10 20:37:20 John Griffith cinder: assignee John Griffith (john-griffith)
2018-01-10 22:03:13 OpenStack Infra cinder: status Confirmed In Progress
2018-01-19 11:40:46 OpenStack Infra cinder: status In Progress Fix Released