run_test 74 "ofd keepalive message"
test_75a() {
+ local client=$HOSTNAME
# The test is not valid if stats-interval is not supported
# The test is going to use only client machine
if lfs mirror extend | grep -q stats-interval ; then
- skip "requires 'lfs mirror extend --stats-interval' support"
+ skip "Client $client requires 'lfs mirror extend --stats-interval' support"
fi
local tf=$DIR/$tfile
init_hot_pools_env
LAMIGO_AGT_NODES="" \
+ LAMIGO_CLIENTS=$client \
LAMIGO_MIRROR_CMD="lfs mirror extend -N -W1M" \
start_lamigo_cfg
check_lamigo_is_started || {
run_test 75a "lamigo to parse mirroring progress"
test_75b() {
+ local client=$HOSTNAME
# The test is not valid if stats-interval is not supported.
# The test is going to use only client machine.
if lfs mirror extend | grep -q stats-interval ; then
- skip "requires 'lfs mirror extend --stats-interval' support"
+ skip "Client $client requires 'lfs mirror extend --stats-interval' support"
fi
local tf=$DIR/$tfile
init_hot_pools_env
LAMIGO_AGT_NODES="" \
+ LAMIGO_CLIENTS=$client \
LAMIGO_RESYNC_CMD="lfs mirror resync -W1M" start_lamigo_cfg
check_lamigo_is_started || {
local facet=${LAMIGO_MDT_FACET[0]}
run_test 75b "lamigo to parse mirror resync progress"
test_75c() {
+ local client=$HOSTNAME
# The test not valid if stats-interval is not supported
# The test is going to use only client machine.
if lfs mirror extend | grep -q stats-interval ; then
- skip "requires 'lfs mirror extend --stats-interval' support"
+ skip "Client $client requires 'lfs mirror extend --stats-interval' support"
fi
local tf=$DIR/$tfile
# redirect stats to /dev/null
# Use only client machine as a replicating agent
LAMIGO_STATS_MISSING=1 \
+ LAMIGO_CLIENTS=$client \
LAMIGO_AGT_NODES="" \
LAMIGO_AGE=$lamigo_age \
LAMIGO_MIRROR_CMD="lfs mirror extend -N -W1M >/dev/null" \