From ef4bb42382a5c9c3ca0907136669a659c2a20311 Mon Sep 17 00:00:00 2001 From: Ajeet Jha Date: Thu, 17 Oct 2013 13:14:02 +0530 Subject: geo-rep: Increasing the buffer_size for master-salve size comparision. The buffer size is increased to 100MB, considering the space required by slave filesystem bookkeeping. Change-Id: Ib296f0e03b4d7a2de6d5ff0ae9ab09a5261e3e7c BUG: 1020154 Signed-off-by: Ajeet Jha Reviewed-on: http://review.gluster.org/6102 Reviewed-by: Avra Sengupta Tested-by: Gluster Build System --- geo-replication/src/gverify.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geo-replication/src/gverify.sh b/geo-replication/src/gverify.sh index a2561fbe5..bd1b25f24 100755 --- a/geo-replication/src/gverify.sh +++ b/geo-replication/src/gverify.sh @@ -4,7 +4,8 @@ # To use ./gverify # Returns 0 if master and slave compatible. -BUFFER_SIZE=1000; +# Considering buffer_size 100MB +BUFFER_SIZE=104857600; slave_log_file=`gluster --print-logdir`/geo-replication-slaves/slave.log function SSHM() -- cgit