From: isaac Date: Wed, 23 Sep 2009 18:03:13 +0000 (+0000) Subject: i=rread,b=20505: X-Git-Tag: v1_9_270~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=642ba6f85f1d2c559c3f8d5d46e1aa997b419a8a;p=fs%2Flustre-release.git i=rread,b=20505: - sanity test_163 should use ${FSNAME}, instead of its default value. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 16129d9..3c71bd4 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6612,9 +6612,9 @@ test_163() { copytool --test || { skip "copytool not runnable: $?" && return; } copytool & sleep 1 - local uuid=$($LCTL get_param -n mdc.lustre-MDT0000-mdc-*.uuid) + local uuid=$($LCTL get_param -n mdc.${FSNAME}-MDT0000-mdc-*.uuid) # this proc file is temporary and linux-only - do_facet mds lctl set_param mdt.lustre-MDT0000.mdccomm=$uuid || error "lnl send failed" + do_facet mds lctl set_param mdt.${FSNAME}-MDT0000.mdccomm=$uuid || error "lnl send failed" kill $! } run_test 163 "LustreNetLink kernelcomms"