Whamcloud - gitweb
b=24294 test_pios: take the ost-s sizes into account
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index bc8de5c..9302d23 100644 (file)
@@ -4502,3 +4502,7 @@ is_sanity_benchmark() {
     return 1
 }
 
+min_ost_size () {
+    $LCTL get_param -n osc.*.kbytesavail | sort -n | head -n1
+}
+