From: Andrew Perepechko Date: Thu, 2 Dec 2010 23:47:38 +0000 (+0300) Subject: b=23766 interop bits for sanity/203 X-Git-Tag: 1.8.5.51~18 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7a8cb8e321da764a2d2a8e1bca94ce17c5cca96d;p=fs%2Flustre-release.git b=23766 interop bits for sanity/203 i=Elena Gryaznova --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e52fa21..f70f88f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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