From: Elena Gryaznova Date: Thu, 17 Jun 2010 10:23:30 +0000 (+0400) Subject: b=22040 use df POSIX output format X-Git-Tag: v2_0_0-rc1~35 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=bbb075cf653fead07ef5ba3c75ae60071d867d0d b=22040 use df POSIX output format i=Oleg.Drokin --- diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index 32eadc5..bc208a6 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -271,7 +271,7 @@ test_connectathon() { tests="-b -g -s" # Include lock tests unless we're running on nfsv4 - local fstype=$(df -T $testdir | awk 'NR==2 {print $2}') + local fstype=$(df -TP $testdir | awk 'NR==2 {print $2}') echo "$testdir: $fstype" if [[ $fstype != "nfs4" ]]; then tests="$tests -l"