From 1fe33a91d801208218bd64123390213a28b8876c Mon Sep 17 00:00:00 2001 From: sayaleeraut Date: Tue, 9 Jun 2020 12:43:47 +0530 Subject: [LibFix] Correct the name for dist-arbiter volume The volume distributed-arbiter was mentined as "distributed-arbiter: &distrbuted_arbiter" and "type: distributed_arbiter" under "volume_types:"; but it must be "&distrbuted-arbiter" and "type: distributed-arbiter", in accordance with the format in gluster_base_class.py Change-Id: I4a35a8827f26050328acfeddc3ce930225181e7a Signed-off-by: sayaleeraut --- tests/gluster_tests_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/gluster_tests_config.yml b/tests/gluster_tests_config.yml index 3684080f2..36c1b8390 100644 --- a/tests/gluster_tests_config.yml +++ b/tests/gluster_tests_config.yml @@ -203,8 +203,8 @@ gluster: replica_count: 3 arbiter_count: 1 transport: tcp - distributed-arbiter: &distrbuted_arbiter - type: distributed_arbiter + distributed-arbiter: &distrbuted-arbiter + type: distributed-arbiter dist_count: 2 replica_count: 3 arbiter_count: 1 -- cgit