From 02396acf4c976c05e7379193f998161734e493f3 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 10 Mar 2010 22:03:54 +0300 Subject: [PATCH] b=21927 replay-vbr 18 <-> 20 interop fix i=Mikhail.Pershin --- lustre/tests/replay-vbr.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index a0c123f..9a41fd5 100644 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -701,7 +701,7 @@ test_3a() { zconf_mount_clients $CLIENT2 $DIR #make sure the time will change - do_facet mds "$LCTL set_param mds.${mds_svc}.atime_diff=0" || return + do_facet mds "$LCTL set_param *.*.atime_diff=0" || return do_node $CLIENT1 touch $DIR/$tfile do_node $CLIENT2 $CHECKSTAT $DIR/$tfile sleep 1 @@ -733,8 +733,8 @@ test_3b() { zconf_mount_clients $CLIENT2 $DIR #make sure the time will change - do_facet mds "$LCTL set_param mds.${mds_svc}.atime_diff=0" || return - do_facet mds "$LCTL set_param mds.${mds_svc}.sync_permission=0" || return + do_facet mds "$LCTL set_param *.*.atime_diff=0" || return + do_facet mds "$LCTL set_param *.*.sync_permission=0" || return do_node $CLIENT1 touch $DIR/$tfile do_node $CLIENT2 $CHECKSTAT $DIR/$tfile sleep 1 @@ -769,7 +769,7 @@ test_3c() { zconf_mount_clients $CLIENT2 $DIR # check that permission changes are synced - do_facet mds "$LCTL set_param mds.${mds_svc}.sync_permission=1" + do_facet mds "$LCTL set_param *.*.sync_permission=1" do_node $CLIENT1 mkdir -p $DIR/d3c/sub || error #chown -R $RUNAS_ID $MOUNT1/d3 -- 1.8.3.1