manila/manila/share/drivers
zhongjun 548975ee2d Huawei: Fix exception in update_access not found
When share is deleted in the backend, user is unable to delete
share because of error thrown in update_access(). Make backend raise
ShareResourceNotFound exception in case share not found during
"update_access" operation, because share manager expects it for
proper handling of share deletion, thus allowing share to be
deleted in this case, without having to use force-delete.

After add ShareResourceNotFound exception, it will need a parameter
named share id(share['id']), so add share id to share info in
create_share_from_snapshot function.

Change-Id: I9756ff882e6960b07f5f0abac94057c687830ad0
Closes-Bug: #1585035
2016-05-26 09:19:09 +08:00
..
cephfs cephfs_native: Change backend snapshot dir's name 2016-04-05 15:22:34 +05:30
emc use thread safe fnmatch 2016-04-21 12:32:05 +08:00
ganesha Fix typos 2016-03-17 14:05:55 +09:00
glusterfs Remove unused logging import and LOG global 2016-04-05 07:06:08 -04:00
hdfs Removing some redundant words 2016-03-29 08:10:15 +00:00
hitachi HDS_HNAS: Fix improper error message 2016-05-17 12:25:37 -03:00
hpe [Trivial] replace logging with oslo.log 2016-04-26 05:39:51 +08:00
huawei Huawei: Fix exception in update_access not found 2016-05-26 09:19:09 +08:00
ibm Fix typos 2016-03-23 15:55:35 +09:00
netapp Remove NetAppCmodeClient.delete_network_interface 2016-05-11 22:33:48 +02:00
quobyte Remove default values for update_access() 2016-03-14 15:24:41 -03:00
tegile Remove default values for update_access() 2016-03-14 15:24:41 -03:00
windows Windows driver: fix share access actions 2016-03-11 19:49:41 +00:00
zfsonlinux Merge "Make ZFSonLinux driver handle snapshots of replicated shares properly" 2016-03-19 13:54:55 +00:00
zfssa Add share resize support to Oracle ZFSSA driver 2016-02-29 12:35:07 -05:00
__init__.py Replaced cinder with manila 2013-09-04 15:45:32 +03:00
generic.py Generic driver: ignore VolumeNotFound in deleting 2016-03-29 23:10:14 +08:00
helpers.py Fix generic and LVM driver access rules for CIDRs 2016-03-17 17:30:14 +01:00
lvm.py Fix for incorrect LVMMixin exception message 2016-03-18 12:59:01 +03:00
service_instance.py Fix handling of share server details after error 2016-03-14 16:47:03 +02:00