Whamcloud - gitweb
b=23766 interop bits for sanity/203
authorAndrew Perepechko <andrew.perepechko@oracle.com>
Thu, 2 Dec 2010 23:47:38 +0000 (02:47 +0300)
committerAndrew Perepechko <andrew.perepechko@oracle.com>
Thu, 2 Dec 2010 23:47:38 +0000 (02:47 +0300)
i=Elena Gryaznova

lustre/tests/sanity.sh

index e52fa21..f70f88f 100644 (file)
@@ -6805,6 +6805,12 @@ test_202() {
 run_test 202 "O_APPEND+O_DIRECT multistripe write ========================"
 
 test_203() {
+        local lustre_version=$(get_lustre_version mds)
+        if [[ $lustre_version != 1.8* ]]; then
+               skip bug23766 mds running $lustre_version
+               return
+        fi
+
         local ATIME=`do_facet mds lctl get_param -n mds.*.atime_diff`
         echo "atime should be updated on the MDS when closing file" > $DIR/$tfile
         sync