diff options
author | M S Vishwanath Bhat <msvbhat@gmail.com> | 2016-06-26 12:10:30 -0700 |
---|---|---|
committer | M S Vishwanath Bhat <msvbhat@gmail.com> | 2016-06-26 13:15:10 -0700 |
commit | eaadde082e460eb3c2d90965d3e85e1766936f16 (patch) | |
tree | ee80314b73b7a0c6da1d0bcf6a0eb6a0fdff4aa1 /tests/distaf/tests_d | |
parent | 09c0b2f3c2534f365bee5a738d1699af36413a25 (diff) |
Revert "Modifying gluster_base_class and mount_ops to suit the config file changes made"
This reverts commit 09c0b2f3c2534f365bee5a738d1699af36413a25.
BUG: 1350017
Change-Id: Id1b63c98ad827b87ad0a6beb4c7565c45749b134
Reviewed-on: http://review.gluster.org/14803
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: 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>
Smoke: 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, 4 insertions, 5 deletions
diff --git a/tests/distaf/tests_d/distaf_gluster_config.yml b/tests/distaf/tests_d/distaf_gluster_config.yml index 45b52c2490d..28ae6e2894e 100644 --- a/tests/distaf/tests_d/distaf_gluster_config.yml +++ b/tests/distaf/tests_d/distaf_gluster_config.yml @@ -81,25 +81,24 @@ 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 |