Activity log for bug #1362854

Date Who What changed Old value New value Message
2014-08-28 23:18:17 John Griffith bug added bug
2014-08-28 23:18:49 John Griffith summary Missing rootwrap for encrypted volumes Incorrect regex on rootwrap for encrypted volumes ln creation
2014-08-28 23:22:16 John Griffith description Stderr: '/usr/local/bin/nova-rootwrap: Unauthorized command: ln --symbolic --force /dev/mapper/ip-10.10.8.112:3260-iscsi-iqn.2010-01.com.solidfire:3gd2.uuid-6f210923-36bf-46a4-b04a-6b4269af9d4f.4710-lun-0 /dev/disk/by-path/ip-10.10.8.112:3260-iscsi-iqn.2010-01.com.sol 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher Traceback (most recent call last): 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher incoming.message)) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 177, in _dispatch 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher return self._do_dispatch(endpoint, method, ctxt, args) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 123, in _do_dispatch 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher result = getattr(endpoint, method)(ctxt, **new_args) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 412, in decorated_function 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher return function(self, context, *args, **kwargs) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/exception.py", line 88, in wrapped 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher payload) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__ 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/exception.py", line 71, in wrapped 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher return f(self, context, *args, **kw) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 296, in decorated_function 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher pass 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__ 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 282, in decorated_function 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher return function(self, context, *args, **kwargs) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 324, in decorated_function 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher kwargs['instance'], e, sys.exc_info()) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__ 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 312, in decorated_function 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher return function(self, context, *args, **kwargs) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 4358, in attach_volume 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher bdm.destroy(context) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__ 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) 2014-08-28 17:10:31.613 16021 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/nova/nova/compute/manager.py", line 4355, in attach_volume While running Tempest tests against my device, the encryption tests consistently fail to attach. Turns out the problem is an attempt to create symbolic link for encryption process, however the rootwrap spec is restricted to targets with the default openstack.org iqn. Error Message from n-cpu: Stderr: '/usr/local/bin/nova-rootwrap: Unauthorized command: ln --symbolic --force /dev/mapper/ip-10.10.8.112:3260-iscsi-iqn.2010-01.com.solidfire:3gd2.uuid-6f210923-36bf-46a4-b04a-6b4269af9d4f.4710-lun-0 /dev/disk/by-path/ip-10.10.8.112:3260-iscsi-iqn.2010-01.com.sol Rootwrap entry currently implemented: ln: RegExpFilter, ln, root, ln, --symbolic, --force, /dev/mapper/ip-.*-iscsi-iqn.2010-10.org.openstack:volume-.*, /dev/disk/by-path/ip-.*-iscsi-iqn.2010-10.org.openstack:volume-.*
2014-08-28 23:32:30 OpenStack Infra nova: status New In Progress
2014-08-28 23:32:30 OpenStack Infra nova: assignee John Griffith (john-griffith)
2014-09-09 21:06:22 Sean Dague nova: importance Undecided Critical
2014-09-09 21:06:25 Sean Dague nova: milestone juno-rc1
2014-09-09 21:14:36 John Griffith tags havana-backport-potential icehouse-backport-potential
2014-09-12 05:34:51 OpenStack Infra nova: status In Progress Fix Committed
2014-09-18 20:18:05 Alan Pevec nominated for series nova/havana
2014-09-18 20:18:05 Alan Pevec bug task added nova/havana
2014-09-18 20:18:05 Alan Pevec nominated for series nova/icehouse
2014-09-18 20:18:05 Alan Pevec bug task added nova/icehouse
2014-09-18 20:18:18 Alan Pevec nova/icehouse: importance Undecided Critical
2014-09-18 20:18:21 Alan Pevec nova/havana: status New In Progress
2014-09-18 20:18:24 Alan Pevec nova/havana: importance Undecided Critical
2014-09-18 20:18:29 Alan Pevec nova/icehouse: status New In Progress
2014-09-18 20:18:42 Alan Pevec nova/havana: assignee John Griffith (john-griffith)
2014-09-18 20:19:16 Alan Pevec nova/havana: milestone 2013.2.4
2014-09-18 20:19:22 Alan Pevec tags havana-backport-potential icehouse-backport-potential
2014-09-18 20:19:37 Alan Pevec nova/icehouse: assignee John Griffith (john-griffith)
2014-09-18 20:23:43 OpenStack Infra nova/havana: assignee John Griffith (john-griffith) Alan Pevec (apevec)
2014-09-19 00:29:34 OpenStack Infra nova/icehouse: status In Progress Fix Committed
2014-09-19 14:21:39 OpenStack Infra nova/havana: status In Progress Fix Committed
2014-09-22 22:18:33 Alan Pevec nova/havana: status Fix Committed Fix Released
2014-09-29 20:24:04 Adam Gandelman nova/icehouse: milestone 2014.1.3
2014-10-01 07:35:08 Thierry Carrez nova: status Fix Committed Fix Released
2014-10-02 23:46:09 Adam Gandelman nova/icehouse: status Fix Committed Fix Released
2014-10-16 08:53:35 Thierry Carrez nova: milestone juno-rc1 2014.2