From 9c5dcf476fa25e6e734fd639046d9decb8d10f4e Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 1 Dec 2008 09:27:45 +0000 Subject: [PATCH] b=17696 i=Adilger skip liblustre for different client/mds versions --- lustre/tests/acceptance-small.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 4f8b7da..4bddb76 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -53,6 +53,7 @@ setup_if_needed() { local MOUNTED=$(mounted_lustre_filesystems) if $(echo $MOUNTED | grep -w -q $MOUNT); then check_config $MOUNT + init_versions_vars return fi @@ -307,8 +308,12 @@ for NAME in $CONFIGS; do fi [ "$NETTYPE" = "tcp" -o "$NETTYPE" = "ptl" ] || LIBLUSTRE=no # bug 15660 + if [ "$LIBLUSTRE" != "no" ] && ! check_versions ; then + skip liblustre version mismatch: cli $CLIVER, mds $MDSVER, ost $OSTVER + LIBLUSTRE=no # bug 17696 + fi if [ "$LIBLUSTRE" != "no" ]; then - title liblustre + title liblustre assert_env MGSNID MOUNT2 export LIBLUSTRE_MOUNT_POINT=$MOUNT2 export LIBLUSTRE_MOUNT_RETRY=5 -- 1.8.3.1