X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Frun_dd.sh;h=d8151d827b86bc4ff24d0ed9ecb5088d8d2b6172;hb=adc30ea680674fc8aec6377dff60748bb566912a;hp=d50150e7b7ed1d5353cbbf54c0ef9dadad304d67;hpb=abf2237387d0d94ed623c64e1a44962242203aea;p=fs%2Flustre-release.git diff --git a/lustre/tests/run_dd.sh b/lustre/tests/run_dd.sh index d50150e..d8151d8 100755 --- a/lustre/tests/run_dd.sh +++ b/lustre/tests/run_dd.sh @@ -28,7 +28,9 @@ while [ ! -e "$END_RUN_FILE" ] && $CONTINUE; do echoerr "$(date +'%F %H:%M:%S'): dd run starting" mkdir -p $TESTDIR cd $TESTDIR - dd bs=4k count=1000000 if=/dev/zero of=$TESTDIR/dd-file 1>$LOG & + # suppress dd xfer stat to workaround buggy coreutils/gettext + # combination in RHEL5 and OEL5, see BZ 21264 + dd bs=4k count=1000000 status=noxfer if=/dev/zero of=$TESTDIR/dd-file 1>$LOG & load_pid=$! wait $load_pid