diff options
| author | Shwetha Panduranga <spandura@redhat.com> | 2016-06-25 02:06:38 +0530 |
|---|---|---|
| committer | M S Vishwanath Bhat <msvbhat@gmail.com> | 2016-06-26 11:31:07 -0700 |
| commit | 09c0b2f3c2534f365bee5a738d1699af36413a25 (patch) | |
| tree | 0642746e04b3939d0d1591f93efcddcdd4924829 /tests/distaf/tests_d | |
| parent | 8b53bfab1e86b7c110e5f2bab464678c4c99758a (diff) | |
Modifying gluster_base_class and mount_ops to suit the config file changes made
Change-Id: I61481c029fdbdd9c966867f195b9dc9046550392
BUG: 1350017
Signed-off-by: Shwetha Panduranga <spandura@redhat.com>
Reviewed-on: http://review.gluster.org/14793
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: M S Vishwanath Bhat <msvbhat@gmail.com>
Tested-by: M S Vishwanath Bhat <msvbhat@gmail.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/distaf/tests_d')
| -rw-r--r-- | tests/distaf/tests_d/distaf_gluster_config.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/distaf/tests_d/distaf_gluster_config.yml b/tests/distaf/tests_d/distaf_gluster_config.yml index 28ae6e2894e..45b52c2490d 100644 --- a/tests/distaf/tests_d/distaf_gluster_config.yml +++ b/tests/distaf/tests_d/distaf_gluster_config.yml @@ -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 |
