From: Elena Gryaznova Date: Mon, 21 Jun 2010 11:04:38 +0000 (+0400) Subject: b=22040 use df POSIX output format X-Git-Tag: v1_8_3_55~15 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=743fde2a791472ce7d8c6c0ded9e179ed6dfc637;p=fs%2Flustre-release.git 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 fb74f66..2f06960 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -266,7 +266,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"