manila/manila/tests/share
wlhc 7a7c182e35 Fix ``exportfs -u`` usage in generic driver.
When the generic driver extends or shrinks a share it disables access
to the share by removing its export.  Currently it uses the command
``exportfs -u local_path`` to do so, but this fails with current nfs
packages.

Fix the error by calling ``exportfs -u host:local_path`` instead.

Change-Id: Ic489a1607bf82964bf2859e89b3da1f572436d17
Closes-Bug: #1649782
2017-01-17 22:42:40 -05:00
..
drivers Fix ``exportfs -u`` usage in generic driver. 2017-01-17 22:42:40 -05:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Fix share writable in host-assisted migration 2016-11-29 16:55:32 -02:00
test_api.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
test_driver.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
test_drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
test_hook.py Add share hooks 2015-09-04 19:04:34 +03:00
test_manager.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
test_migration.py Fix share writable in host-assisted migration 2016-11-29 16:55:32 -02:00
test_rpcapi.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
test_share_types.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
test_share_utils.py Implement replication support in huawei driver 2016-08-27 07:47:48 +00:00