run_test 2e "check chmod on root is propagated to others"
test_3() {
- ( cd $DIR1 ; ln -s this/is/good lnk )
- [ "this/is/good" = "`perl -e 'print readlink("'$DIR2/lnk'");'`" ] || \
- error
+ ( cd $DIR1 ; ln -s this/is/good $tfile )
+ [ "this/is/good" = "`perl -e 'print readlink("'$DIR2/$tfile'");'`" ] ||\
+ error "link $DIR2/$tfile not as expected"
}
run_test 3 "symlink on one mtpt, readlink on another ==========="
test_32b() { # bug 11270
local node
local p="$TMP/sanityN-$TESTNAME.parameters"
+
+ remote_ost_nodsh && skip "remote OST" && return 0
+
save_lustre_params $HOSTNAME "llite.*.contention_seconds" > $p
for node in $(osts_nodes); do
save_lustre_params $node "ldlm.namespaces.filter-*.max_nolock_bytes" >> $p