list manageable snapshots broke with v3 rpcapi proxy

Bug #1626351 reported by Patrick East
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Critical
Patrick East

Bug Description

Manage snapshot tests started to fail with errors like:

http://openstack-logs.purestorage.com/21/374421/2/check/PureISCSIDriver-tempest-dsvm-trusty-mn-multipath/e9eb04b/logs/screen-c-api.txt.gz?level=ERROR

2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 616, in execute
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api size=size)
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/quota_utils.py", line 280, in process_reserve_over_quota
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api quota=quotas[over])
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 1G, quota is 1G and 1G has been consumed.
2016-09-21 23:15:45.413 20219 ERROR cinder.volume.api
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 616, in execute
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api size=size)
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/quota_utils.py", line 291, in process_reserve_over_quota
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api name=over)
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api VolumeLimitExceeded: Maximum number of volumes allowed (1) exceeded for quota 'volumes'.
2016-09-21 23:15:45.748 20219 ERROR cinder.volume.api
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 616, in execute
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api size=size)
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/quota_utils.py", line 280, in process_reserve_over_quota
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api quota=quotas[over])
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 1G, quota is 1G and 1G has been consumed.
2016-09-21 23:15:51.134 20219 ERROR cinder.volume.api
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 616, in execute
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api size=size)
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/quota_utils.py", line 291, in process_reserve_over_quota
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api name=over)
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api VolumeLimitExceeded: Maximum number of volumes allowed (1) exceeded for quota 'volumes'.
2016-09-21 23:15:51.418 20220 ERROR cinder.volume.api
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 419, in execute
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api size = self._extract_size(size, source_volume, snapshot)
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 198, in _extract_size
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api func(size)
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 170, in validate_source_size
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api raise exception.InvalidInput(reason=msg)
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than original volume size 2GB. They must be >= original volume size.
2016-09-21 23:26:25.966 20219 ERROR cinder.volume.api
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 419, in execute
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api size = self._extract_size(size, source_volume, snapshot)
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 198, in _extract_size
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api func(size)
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 170, in validate_source_size
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api raise exception.InvalidInput(reason=msg)
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than original volume size 2GB. They must be >= original volume size.
2016-09-21 23:26:30.219 20220 ERROR cinder.volume.api
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 419, in execute
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api size = self._extract_size(size, source_volume, snapshot)
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 198, in _extract_size
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api func(size)
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 176, in validate_int
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api raise exception.InvalidInput(reason=msg)
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api InvalidInput: Invalid input received: Volume size '' must be an integer and greater than 0
2016-09-21 23:28:09.910 20220 ERROR cinder.volume.api
2016-09-21 23:28:11.206 ERROR cinder.volume.api [req-e97384c0-ab30-4a76-be12-d3d0ff6bdbdf tempest-VolumesV1NegativeTest-1858351441] Volume status must be available to reserve.
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 419, in execute
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api size = self._extract_size(size, source_volume, snapshot)
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 198, in _extract_size
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api func(size)
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 176, in validate_int
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api raise exception.InvalidInput(reason=msg)
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api InvalidInput: Invalid input received: Volume size '' must be an integer and greater than 0
2016-09-21 23:28:30.068 20219 ERROR cinder.volume.api
2016-09-21 23:28:31.652 ERROR cinder.volume.api [req-93b74078-ea75-46fe-89f5-2a6b9cadaa86 tempest-VolumesV2NegativeTest-1248376441] Volume status must be available to reserve.
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 419, in execute
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api size = self._extract_size(size, source_volume, snapshot)
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 198, in _extract_size
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api func(size)
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 161, in validate_snap_size
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api raise exception.InvalidInput(reason=msg)
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than the snapshot size 2GB. They must be >= original snapshot size.
2016-09-21 23:30:13.826 20220 ERROR cinder.volume.api
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api Traceback (most recent call last):
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api result = task.execute(**arguments)
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 419, in execute
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api size = self._extract_size(size, source_volume, snapshot)
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 198, in _extract_size
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api func(size)
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api File "/opt/stack/new/cinder/cinder/volume/flows/api/create_volume.py", line 161, in validate_snap_size
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api raise exception.InvalidInput(reason=msg)
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than the snapshot size 2GB. They must be >= original snapshot size.
2016-09-21 23:30:21.458 20219 ERROR cinder.volume.api
2016-09-21 23:34:10.104 ERROR cinder.api.openstack.wsgi [req-e80f1a43-06e6-4d4b-ace3-b06d063d32fb tempest-TestManageObjects-1522395438] Exception handling resource: get_manageable_snapshots() takes exactly 7 arguments (8 given)
Traceback (most recent call last):

  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 133, in _process_incoming
    res = self.dispatcher.dispatch(message)

  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 150, in dispatch
    return self._do_dispatch(endpoint, method, ctxt, args)

  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 121, in _do_dispatch
    result = func(ctxt, **new_args)

  File "/opt/stack/new/cinder/cinder/volume/manager.py", line 4528, in get_manageable_snapshots
    self, ctxt, marker, limit, offset, sort_keys, sort_dirs)

TypeError: get_manageable_snapshots() takes exactly 7 arguments (8 given)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi Traceback (most recent call last):
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/api/openstack/wsgi.py", line 902, in _process_stack
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi action_result = self.dispatch(meth, request, action_args)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/api/openstack/wsgi.py", line 997, in dispatch
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi return method(req=request, **action_args)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/api/contrib/snapshot_manage.py", line 143, in detail
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi self._list_manageable_view)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/api/contrib/resource_common_manage.py", line 49, in get_manageable_resources
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi sort_dirs=sort_dirs)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/volume/api.py", line 1633, in get_manageable_snapshots
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi sort_dirs)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/volume/rpcapi.py", line 430, in get_manageable_snapshots
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi sort_dirs=sort_dirs)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/client.py", line 169, in call
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi retry=self.retry)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/transport.py", line 97, in _send
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi timeout=timeout, retry=retry)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 464, in send
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi retry=retry)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 455, in _send
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi raise result
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi TypeError: get_manageable_snapshots() takes exactly 7 arguments (8 given)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi Traceback (most recent call last):
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 133, in _process_incoming
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi res = self.dispatcher.dispatch(message)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 150, in dispatch
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi return self._do_dispatch(endpoint, method, ctxt, args)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 121, in _do_dispatch
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi result = func(ctxt, **new_args)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi File "/opt/stack/new/cinder/cinder/volume/manager.py", line 4528, in get_manageable_snapshots
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi self, ctxt, marker, limit, offset, sort_keys, sort_dirs)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi TypeError: get_manageable_snapshots() takes exactly 7 arguments (8 given)
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi
2016-09-21 23:34:10.104 20219 ERROR cinder.api.openstack.wsgi

Looks like we have an extra 'self' param being sent in.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/374492

Changed in cinder:
assignee: nobody → Patrick East (patrick-east)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/374494

Revision history for this message
Michal Dulko (michal-dulko-f) wrote :

Okay, that's a regression - we'll need RC2 for that. Thanks for finding and fixing that!

Changed in cinder:
importance: Undecided → Critical
Changed in cinder:
milestone: none → newton-rc2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/374492
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=051ff39a9c2e32a5fb43610baadada813296b763
Submitter: Jenkins
Branch: master

commit 051ff39a9c2e32a5fb43610baadada813296b763
Author: Patrick East <email address hidden>
Date: Wed Sep 21 19:04:26 2016 -0700

    Remove extra param in list_manageable_snapshots

    The VolumeV3Proxy method was calling the manager
    with an extra parameter. This removes it.

    Change-Id: I8471ea9649a2c238aac9c2bd0ff7cd995ef7ffef
    Closes-Bug: #1626351

Changed in cinder:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/newton)

Reviewed: https://review.openstack.org/374494
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8b36b662905ba86bf1ea86e21933700d22c0bfd3
Submitter: Jenkins
Branch: stable/newton

commit 8b36b662905ba86bf1ea86e21933700d22c0bfd3
Author: Patrick East <email address hidden>
Date: Wed Sep 21 19:04:26 2016 -0700

    Remove extra param in list_manageable_snapshots

    The VolumeV3Proxy method was calling the manager
    with an extra parameter. This removes it.

    Change-Id: I8471ea9649a2c238aac9c2bd0ff7cd995ef7ffef
    Closes-Bug: #1626351
    (cherry picked from commit 051ff39a9c2e32a5fb43610baadada813296b763)

tags: added: in-stable-newton
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 9.0.0.0rc2

This issue was fixed in the openstack/cinder 9.0.0.0rc2 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 9.0.0

This issue was fixed in the openstack/cinder 9.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 10.0.0.0b1

This issue was fixed in the openstack/cinder 10.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.