Hi,<br><br>I keep getting this error when I try to take a snapshot of an iscsi volume:<br><br>(nova.api.openstack.wsgi): TRACE: Traceback (most recent call last):<br>(nova.api.openstack.wsgi): TRACE:   File "/usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py", line 834, in __call__<br>
(nova.api.openstack.wsgi): TRACE:     action_result = self.dispatch(meth, request, action_args)<br>(nova.api.openstack.wsgi): TRACE:   File "/usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py", line 908, in dispatch<br>
(nova.api.openstack.wsgi): TRACE:     return method(req=request, **action_args)<br>(nova.api.openstack.wsgi): TRACE:   File "/usr/lib/python2.7/dist-packages/nova/api/openstack/compute/contrib/volumes.py", line 528, in create<br>
(nova.api.openstack.wsgi): TRACE:     snapshot.get('display_description'))<br>(nova.api.openstack.wsgi): TRACE:   File "/usr/lib/python2.7/dist-packages/nova/volume/api.py", line 292, in create_snapshot<br>
(nova.api.openstack.wsgi): TRACE:     False)<br>(nova.api.openstack.wsgi): TRACE:   File "/usr/lib/python2.7/dist-packages/nova/volume/api.py", line 266, in _create_snapshot<br>(nova.api.openstack.wsgi): TRACE:     check_policy(context, 'create_snapshot', volume)<br>
(nova.api.openstack.wsgi): TRACE:   File "/usr/lib/python2.7/dist-packages/nova/volume/api.py", line 61, in check_policy<br>(nova.api.openstack.wsgi): TRACE:     target.update(target_obj or {})<br>(nova.api.openstack.wsgi): TRACE: TypeError: 'int' object is not iterable<br>
(nova.api.openstack.wsgi): TRACE: <br>2012-02-06 21:24:56,861 INFO nova.api.openstack.wsgi [req-42b3cde5-e079-4c4f-b1da-30b4f616654c testproject testproject] <a href="http://10.190.0.10:8774/v1.1/testproject/os-snapshots">http://10.190.0.10:8774/v1.1/testproject/os-snapshots</a> returned with HTTP 400<br>
<br><br>It looks like there's something wrong with my policy.json I guess. I don't really know what to look at in this file (no docs on this yet(?)). Anybody has ideas what to change to make snapshots work?<br><br>
Cheers,<br clear="all"><br>-- <br>checkout my blog on linux clusters:<br>-- <a href="http://linuxdatacenter.blogspot.com">linuxdatacenter.blogspot.com</a> --<br>