Whamcloud - gitweb
b=21835 fix mdsrate script.
[fs/lustre-release.git] / lustre / tests / mdsrate-stat-large.sh
index fef4381..5580985 100644 (file)
@@ -47,7 +47,7 @@ chmod 0777 $BASEDIR
 $LFS setstripe $BASEDIR -c -1
 get_stripe $BASEDIR
 
-IFree=$(inodes_available)
+IFree=$(mdsrate_inodes_available)
 if [ $IFree -lt $NUM_FILES ]; then
     NUM_FILES=$IFree
 fi