@@ -99,11 +99,12 @@ cleanup() {
99
99
sudo exportfs -uav
100
100
sudo exportfs -v -o rw,no_root_squash,sync,fsid=15 localhost:$testdir
101
101
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
103
103
if [ $? != $OK ] ; then
104
104
echo " NFS mount failed!"
105
105
exit $NOTOK
106
106
fi
107
+ df $nfsdir
107
108
}
108
109
109
110
is_systemctl=1
@@ -362,7 +363,7 @@ json_strs=( 'params' 'file-size' 'file-size-distr' 'files-per-dir' \
362
363
' top' ' verify-read' ' xattr-count' ' xattr-size' \
363
364
' elapsed-time' ' files-per-sec' ' pct-files-done' \
364
365
' per-thread' ' 00' ' elapsed' ' filenum-final' \
365
- ' onhost ' ' records' ' status' ' total-files' \
366
+ ' hosts ' ' records' ' status' ' total-files' \
366
367
' total-io-requests' ' total-threads' )
367
368
expect_ct=${# json_strs[*]}
368
369
for j in ` seq 1 $expect_ct ` ; do
@@ -463,7 +464,7 @@ cleanup
463
464
for op in ` supported_ops $xattrs ' ' ` ; do
464
465
echo
465
466
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 "
467
468
done
468
469
469
470
# we do these tests for virtualization (many KVM guests or containers, shared storage but no shared fs)
0 commit comments