From: Elena Gryaznova Date: Wed, 10 Mar 2010 19:03:54 +0000 (+0300) Subject: b=21927 replay-vbr 18 <-> 20 interop fix X-Git-Tag: v1_8_2_52~7 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=02396acf4c976c05e7379193f998161734e493f3;p=fs%2Flustre-release.git b=21927 replay-vbr 18 <-> 20 interop fix i=Mikhail.Pershin --- 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