Whamcloud - gitweb
LU-3554 test: Don't run Sanity 233 on less than 2.4 servers
[fs/lustre-release.git] / lustre / tests / sanity.sh
index e652021..8239b4b 100644 (file)
@@ -11298,6 +11298,9 @@ test_232() {
 run_test 232 "failed lock should not block umount"
 
 test_233() {
+       [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.3.64) ] ||
+       { skip "Need MDS version at least 2.3.64"; return; }
+
        local fid=$($LFS path2fid $MOUNT)
        stat $MOUNT/.lustre/fid/$fid > /dev/null ||
                error "cannot access $MOUNT using its FID '$fid'"