manila/manila/tests/scheduler
zengyingzhe c761bb559e Remove backend spec from share type while creating replica
If a share type includes the share_backend_name spec,
the scheduler may fail to schedule share replicas unless
all backends in a replication domain share the same
value for the capability "share_backend_name". Having
the same "share_backend_name" isn't desirable all the
time.

Ignore the share_backend_name spec from share type
while creating replica, so the scheduler will filter
a available backend according to the selection policy.

Change-Id: Ic8f7e6230298c222cc6cb5e4e4e8189524aaa81f
Closes-Bug: #1634734
(cherry picked from commit 700c1a02f0)
(cherry picked from commit 19c4869a3f)
(cherry picked from commit e2fe03e253)
(cherry picked from commit bffeef11b4)
2019-10-16 21:08:08 +00:00
..
drivers Remove backend spec from share type while creating replica 2019-10-16 21:08:08 +00:00
evaluator Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
filters Fix driver filter to not check share_backend_name 2019-03-20 03:54:23 +00:00
weighers Modify use of assertTrue(A in B) 2016-09-20 09:11:20 +08:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_host_manager.py Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
test_manager.py Add user messages periodic cleanup task 2017-07-17 07:53:19 +02:00
test_rpcapi.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
test_scheduler_options.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
test_utils.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00