manila/manila/tests/share/drivers
Goutham Pacha Ravi a75fe3d7cc Allow configuration of a back end specific availability zone
"storage_availability_zone" in the [DEFAULT] section of
manila's configuration file has allowed deployers to configure
and manage both service (scheduler, share manager) and storage
system availability. However, quite often manila's services
(api, scheduler, share and data managers) are run on a dedicated
control plane that is a different failure domain from that of
the storage that manila manages.

Also, when using share replication, deployers would need to
run multiple manila share manager services with different
configuration files, each with their own
"storage_availability_zone".

To allow flexibility of separating service and storage
availability zones, we introduce a new configuration option
"backend_availability_zone" within the share driver/backend
section. When this option is used, it will override the value
of the "storage_availability_zone" from the [DEFAULT] section.

Change-Id: Ice99a880dd7be7af94dea86b31a6db88be3d7d9b
Implements: bp per-backend-availability-zones
2019-01-23 17:13:24 +00:00
..
cephfs ganesha: store exports and export counter in RADOS 2017-12-08 10:33:44 +05:30
container [Container driver] Fix volume group data collection 2018-09-25 18:55:40 -07:00
dell_emc Merge "Use class name in invocation of super" 2018-06-12 17:28:22 +00:00
ganesha Fix ganesha for 0.0.0.0/0 access 2018-11-26 12:48:18 +00:00
glusterfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hdfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hitachi Adjust ssh timeouts 2018-12-30 11:04:16 -06:00
hpe Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
huawei Use class name in invocation of super 2018-06-06 17:47:18 -07:00
ibm Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
infinidat INFINIDAT: unit tests - remove fake exception body 2018-08-06 11:10:24 +00:00
inspur inspur: transfer 'rw' to 'rwx' when Shared File Systems protocol is cifs 2018-10-30 05:18:42 -04:00
maprfs Fix 3 CI breakages 2017-03-02 18:22:40 +02:00
netapp NetApp ONTAP: cifs add AD security service server as preferred DC 2018-12-07 11:02:19 +01:00
nexenta Use class name in invocation of super 2018-06-06 17:47:18 -07:00
qnap QNAP: Fix inconsistent cases while create/manage from snapshot 2019-01-04 18:38:32 +08:00
quobyte Adds export path option to Quobyte driver 2018-08-14 15:34:52 +02:00
tegile Clean imports in code 2016-08-26 16:46:07 +07:00
veritas Implementation of Manila driver for Veritas Access 2017-09-13 17:40:18 +05:30
windows Fix unit test failures in gate 2017-05-07 14:50:01 -04:00
zfsonlinux [ZFSOnLinux] Retry unmounting old datasets during manage 2018-08-09 16:31:00 +00:00
zfssa Replace 'assertEqual(None, ...)' with 'assertIsNone(...)' 2016-11-03 16:45:23 +08:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
dummy.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_ganesha.py ganesha: store exports and export counter in RADOS 2017-12-08 10:33:44 +05:30
test_generic.py [LVM] Run filesystem check before assigning UUID 2018-10-16 16:52:04 -07:00
test_glusterfs.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_helpers.py Cannot remove user rule for NFS share 2018-06-22 08:44:47 +08:00
test_lvm.py [LVM] Run filesystem check before assigning UUID 2018-10-16 16:52:04 -07:00
test_service_instance.py Allow configuration of a back end specific availability zone 2019-01-23 17:13:24 +00:00