From da93b886f28f3818cb11a5a35fae37abe2ebb988 Mon Sep 17 00:00:00 2001 From: Vijaykumar Date: Mon, 13 Feb 2012 14:54:42 +0530 Subject: Geo-replication library and gluster installation. * Geo-replication library function in glusterutils * A new section in configuration file for geo-rep * In gluster installation , changing libexecdir to /usr/local/libexec in configuration. * Removed some unwanted code. * handling to have a geo-rep session locally also. Change-Id: Ifcf00b73ed933077640113ce0528b39bdad55999 Signed-off-by: Vijaykumar Signed-off-by: root --- TestUnits/xlators/cluster/afr/basic/testenv.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TestUnits/xlators/cluster/afr/basic') diff --git a/TestUnits/xlators/cluster/afr/basic/testenv.cfg b/TestUnits/xlators/cluster/afr/basic/testenv.cfg index a38571e..c02a0f4 100644 --- a/TestUnits/xlators/cluster/afr/basic/testenv.cfg +++ b/TestUnits/xlators/cluster/afr/basic/testenv.cfg @@ -79,3 +79,10 @@ device = type = logfile = options = + +#Geo-replication section +#addSlave() +[slave1] +hostname = +path = +volumename = \ No newline at end of file -- cgit