You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Provide an argument to specify the workload. Argument value can be 'small' for small file workload,'large' for large file workload or 'rename' for rename workload."
exit 1
fi
gluster volume geo-replication primary $secondary_ip::secondary status
workload=$1
secondary_ip=$2
primary_client_ip=$3
test_performance () {
sync_start_time=$1
echo "**setting checkpoint as the workload entry is complete**"
gluster volume geo-replication primary $secondary_ip::secondary config checkpoint now
echo "**waiting for checkpoint to be met**"
tail -f /var/log/glusterfs/geo-replication/primary/*secondary.log | while read LINE