From 57991580217d955984c68cd899d9031736182be0 Mon Sep 17 00:00:00 2001 From: Shwetha-H-Panduranga Date: Tue, 13 Dec 2011 17:07:12 +0530 Subject: Changes made to volume info. This is to support multiple 'volumetypes' and counts --- TestUnits/xlators/cluster/afr/self_heal/testenv.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'TestUnits/xlators') diff --git a/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg b/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg index 290f50f..991756f 100644 --- a/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg +++ b/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg @@ -49,11 +49,13 @@ hostname = server2.hostname path = /opt/export1 # Volume Section -# Necessary Options: volumename, volumetype, count, transporttype, bricks +# Necessary Options: volumename, bricks +# Optional replica=, stripe= +# [volume1] volumename = replicate -volumetype = replica -count = 2 +replica= +stripe= transporttype = tcp bricks = brick1, brick2 -- cgit