From d2842f1b58ed31a45f9fb69efa4f4c7ae5ffd984 Mon Sep 17 00:00:00 2001 From: Shwetha Panduranga Date: Mon, 27 Jun 2016 02:26:06 +0530 Subject: Modifying gluster_base_class and mount_ops to suit the config file changes made Change-Id: Ic551724dd27fcc2cc618e8de04110752bf5a8786 BUG: 1350017 Signed-off-by: Shwetha Panduranga Reviewed-on: http://review.gluster.org/14808 Tested-by: ShwethaHPanduranga NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Jonathan Holloway Smoke: Gluster Build System --- tests/distaf/tests_d/distaf_gluster_config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tests/distaf/tests_d') diff --git a/tests/distaf/tests_d/distaf_gluster_config.yml b/tests/distaf/tests_d/distaf_gluster_config.yml index 28ae6e2894e..c9e8d824b64 100644 --- a/tests/distaf/tests_d/distaf_gluster_config.yml +++ b/tests/distaf/tests_d/distaf_gluster_config.yml @@ -68,10 +68,10 @@ gluster: ctdb_vips: - vip: vip1 routing_prefix: '23' - interfaces: 'eth0' + interface: 'eth0' - vip: vip2 routing_prefix: '22' - interfaces: 'eth0' + interface: 'eth0' ctdb_metavol_brick_path: '' nfs_ganesha: @@ -81,24 +81,25 @@ gluster: volume_types: distribute: &distribute + type: distribute dist_count: 4 transport: tcp - replicate: &replicate + type: replicate replica_count: 3 transport: tcp - dist_rep: &dist_rep + type: dist_rep dist_count: 2 replica_count: 2 transport: tcp - disperse: &disperse + type: disperse disperse_count: 4 redundancy_count: 2 transport: tcp - dist_disperse: &dist_disperse + type: dist_disperse dist_count: 2 disperse_count: 4 redundancy_count: 2 -- cgit