Activity log for bug #1209305

Date Who What changed Old value New value Message
2013-08-07 16:20:38 Victor Ordaz bug added bug
2013-08-07 16:20:45 Victor Ordaz cinder: assignee Victor Rodionov (vito-ordaz)
2013-08-07 17:50:06 Victor Ordaz description Unhandled exception in Nexenta volume driver: NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline This error happens when targetgroup is already configured and busy. Unhandled exception in Nexenta volume driver:     NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline This error happens when targetgroup is already configured and busy. This is a exception traceback 2013-08-07 21:48:55.894 ERROR cinder.volume.manager [req-8c7f4613-552a-4583-bc4b-7c60f92f9717 536224e75ffb4ee384101b611ec06007 a5798030ca1545e9a0233e111742b341] volume volume-b9b64860-ced7-4f65-83ed-62ea856d1629: create failed 2013-08-07 21:48:55.895 ERROR cinder.openstack.common.rpc.amqp [req-8c7f4613-552a-4583-bc4b-7c60f92f9717 536224e75ffb4ee384101b611ec06007 a5798030ca1545e9a0233e111742b341] Exception during message handling 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp Traceback (most recent call last): 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/openstack/common/rpc/amqp.py", line 433, in _process_data 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp **args) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/openstack/common/rpc/dispatcher.py", line 148, in dispatch 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, **kwargs) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/manager.py", line 345, in create_volume 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp "create.end") 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp self.gen.next() 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/manager.py", line 334, in create_volume 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp model_update = self.driver.create_export(context, volume_ref) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/volume.py", line 302, in create_export 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp loc = self._do_export(_ctx, volume, ensure=False) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/volume.py", line 267, in _do_export 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp target_name) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/jsonrpc.py", line 82, in __call__ 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp raise NexentaJSONException(response['error'].get('message', '')) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline
2013-08-07 17:50:19 Victor Ordaz description Unhandled exception in Nexenta volume driver:     NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline This error happens when targetgroup is already configured and busy. This is a exception traceback 2013-08-07 21:48:55.894 ERROR cinder.volume.manager [req-8c7f4613-552a-4583-bc4b-7c60f92f9717 536224e75ffb4ee384101b611ec06007 a5798030ca1545e9a0233e111742b341] volume volume-b9b64860-ced7-4f65-83ed-62ea856d1629: create failed 2013-08-07 21:48:55.895 ERROR cinder.openstack.common.rpc.amqp [req-8c7f4613-552a-4583-bc4b-7c60f92f9717 536224e75ffb4ee384101b611ec06007 a5798030ca1545e9a0233e111742b341] Exception during message handling 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp Traceback (most recent call last): 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/openstack/common/rpc/amqp.py", line 433, in _process_data 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp **args) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/openstack/common/rpc/dispatcher.py", line 148, in dispatch 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, **kwargs) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/manager.py", line 345, in create_volume 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp "create.end") 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp self.gen.next() 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/manager.py", line 334, in create_volume 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp model_update = self.driver.create_export(context, volume_ref) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/volume.py", line 302, in create_export 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp loc = self._do_export(_ctx, volume, ensure=False) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/volume.py", line 267, in _do_export 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp target_name) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/jsonrpc.py", line 82, in __call__ 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp raise NexentaJSONException(response['error'].get('message', '')) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline Unhandled exception in Nexenta volume driver:     NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline This error happens when targetgroup is already configured and busy. This is an exception traceback 2013-08-07 21:48:55.894 ERROR cinder.volume.manager [req-8c7f4613-552a-4583-bc4b-7c60f92f9717 536224e75ffb4ee384101b611ec06007 a5798030ca1545e9a0233e111742b341] volume volume-b9b64860-ced7-4f65-83ed-62ea856d1629: create failed 2013-08-07 21:48:55.895 ERROR cinder.openstack.common.rpc.amqp [req-8c7f4613-552a-4583-bc4b-7c60f92f9717 536224e75ffb4ee384101b611ec06007 a5798030ca1545e9a0233e111742b341] Exception during message handling 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp Traceback (most recent call last): 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/openstack/common/rpc/amqp.py", line 433, in _process_data 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp **args) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/openstack/common/rpc/dispatcher.py", line 148, in dispatch 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, **kwargs) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/manager.py", line 345, in create_volume 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp "create.end") 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp self.gen.next() 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/manager.py", line 334, in create_volume 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp model_update = self.driver.create_export(context, volume_ref) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/volume.py", line 302, in create_export 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp loc = self._do_export(_ctx, volume, ensure=False) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/volume.py", line 267, in _do_export 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp target_name) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp File "/opt/stack/cinder/cinder/volume/drivers/nexenta/jsonrpc.py", line 82, in __call__ 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp raise NexentaJSONException(response['error'].get('message', '')) 2013-08-07 21:48:55.895 TRACE cinder.openstack.common.rpc.amqp NexentaJSONException: : Unable to add member to targetgroup: stmfadm: STMF target must be offline
2014-01-19 15:26:13 Swapnil Kulkarni cinder: status New Fix Committed
2014-01-22 17:46:20 Thierry Carrez cinder: status Fix Committed Fix Released
2014-01-22 17:46:20 Thierry Carrez cinder: milestone icehouse-2
2014-04-17 09:29:05 Thierry Carrez cinder: milestone icehouse-2 2014.1