LVM driver: unable to create a share
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Critical
|
Valeriy Ponomaryov |
Bug Description
When attempting to create a Share without a snapshot ref using the lvm driver, the following traceback occurs and the share goes into ERROR status.
2014-06-09 11:54:57 ERROR [manila.
Traceback (most recent call last):
File "/opt/stack/
**args)
File "/opt/stack/
return getattr(proxyobj, method)(ctxt, **kwargs)
File "/opt/stack/
self.
File "/usr/lib/
self.gen.next()
File "/opt/stack/
context, share_ref, share_server=
TypeError: create_share() got an unexpected keyword argument 'share_server'
This is because the manila/
158 export_location = self.driver.
159 context, share_ref, share_server=
but the lvm drivers create_share method does not have the kwarg 'share_server'
summary: |
- LVM driver: unexpected keyword argument 'share_server' + LVM driver: unable to create a share |
Changed in manila: | |
status: | Fix Committed → Fix Released |
see: https:/ /review. openstack. org/#/c/ 98107/