Whamcloud - gitweb
b=22040 use df POSIX output format
authorElena Gryaznova <grev@sun.com>
Mon, 21 Jun 2010 11:04:38 +0000 (15:04 +0400)
committerJohann Lombardi <johann@sun.com>
Tue, 22 Jun 2010 15:07:23 +0000 (17:07 +0200)
i=Oleg.Drokin

lustre/tests/parallel-scale.sh

index fb74f66..2f06960 100644 (file)
@@ -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"