Whamcloud - gitweb
LU-7174 build: add mmap_cat to .gitignore
[fs/lustre-release.git] / lustre / tests / sanity-benchmark.sh
index 26b10c6..a56dc84 100644 (file)
@@ -238,7 +238,7 @@ space_check () {
     local stripe=$($LFS getstripe -c $testdir)
 
     # if stripe_count = 1 the size should be less than min ost size, bug 24294
-    local space=$(lfs_df $testdir | grep "summary"  | awk '{print $2}')
+    local space=$(lfs_df $testdir | grep "summary"  | awk '{print $4}')
     [ $stripe -eq 1 ] && space=$(min_ost_size)
 
     local size=$(pios_file_size)