manila/manila/tests/share
Ramana Raja a8e522961c ganesha: dynamically update access of share
You can dynamically update access lists of exports with Ganesha
version >= 2.4. Make ganesha library use this feature in a new helper
class, GaneshaNASHelper2, to cleanly implement share access rules
changes without undesired interruptions.

When updating a share's access rules, the new helper class differs
from the older GaneshaNASHelper class as follows:
* Looks for an existing export and edits its client access list;
  creates a new export if it can't find one; and removes an export if
  the access list ends up empty. Rather than awkwardly create or
  remove an export per addition or removal of an access rule.
* Issues DBUS UpdateAccess command to dynamically update an export.

Implements: bp ganesha-dynamic-update-export

Co-Authored-By: Csaba Henk <chenk@redhat.com>

Change-Id: I01ec100c0afe28a84e9afa8e0660d299e4b3d160
2017-06-05 22:36:15 +05:30
..
drivers ganesha: dynamically update access of share 2017-06-05 22:36:15 +05:30
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Use more specific asserts in tests 2017-02-09 06:47:38 +01:00
test_api.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_driver.py [Share groups] Add scheduler filter ConsistentSnapshotFilter 2017-06-02 17:48:05 +03:00
test_drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
test_hook.py Fix unit test failures in gate 2017-05-07 14:50:01 -04:00
test_manager.py [Share groups] Add scheduler filter ConsistentSnapshotFilter 2017-06-02 17:48:05 +03:00
test_migration.py Merge "Add cast_rules_to_readonly to share instances" 2017-01-21 02:13:27 +00:00
test_rpcapi.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_share_types.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_utils.py Implement replication support in huawei driver 2016-08-27 07:47:48 +00:00
test_snapshot_access.py Fix error'ed access rules being sent to driver 2017-01-31 19:17:05 +00:00