@@ -99,11 +99,12 @@ cleanup() {
9999 sudo exportfs -uav
100100 sudo exportfs -v -o rw,no_root_squash,sync,fsid=15 localhost:$testdir
101101 sleep 1
102- sudo mount -v - t nfs -o nfsvers=3,tcp,actimeo=1 $localhost_name :$testdir $nfsdir
102+ sudo mount -t nfs -o nfsvers=3,tcp,actimeo=1 $localhost_name :$testdir $nfsdir
103103 if [ $? != $OK ] ; then
104104 echo " NFS mount failed!"
105105 exit $NOTOK
106106 fi
107+ df $nfsdir
107108}
108109
109110is_systemctl=1
@@ -362,7 +363,7 @@ json_strs=( 'params' 'file-size' 'file-size-distr' 'files-per-dir' \
362363 ' top' ' verify-read' ' xattr-count' ' xattr-size' \
363364 ' elapsed-time' ' files-per-sec' ' pct-files-done' \
364365 ' per-thread' ' 00' ' elapsed' ' filenum-final' \
365- ' onhost ' ' records' ' status' ' total-files' \
366+ ' hosts ' ' records' ' status' ' total-files' \
366367 ' total-io-requests' ' total-threads' )
367368expect_ct=${# json_strs[*]}
368369for j in ` seq 1 $expect_ct ` ; do
@@ -463,7 +464,7 @@ cleanup
463464for op in ` supported_ops $xattrs ' ' ` ; do
464465 echo
465466 echo " testing distributed op $op "
466- run_one_cmd " $common_params --host-set $localhost_name --stonewall Y --pause 1000 --operation $op "
467+ run_one_cmd " $common_params --host-set $localhost_name --stonewall Y --pause 500 --operation $op "
467468done
468469
469470# we do these tests for virtualization (many KVM guests or containers, shared storage but no shared fs)
0 commit comments