From: johann Date: Wed, 19 Sep 2007 18:59:23 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1197 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5b004ca33df19c342abb62a5e46520c9e4dcb332;p=fs%2Flustre-release.git Branch b1_6 b=13358 i=nikita add regression test. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 9a99e91..b4fe708 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4264,6 +4264,14 @@ enough to cancel $LRU_SIZE_B locks" } run_test 124 "lru resize =======================================" +test_125() { # 13358 + mkdir -p $DIR/d125 || error "mkdir failed" + $SETSTRIPE $DIR/d125 65536 -1 -1 || error "setstripe failed" + setfacl -R -m u:bin:rwx $DIR/d125 || error "setfacl $DIR/d125 failes" + ls -ld $DIR/d125 || error "cannot access $DIR/d125" +} +run_test 125 "don't return EPROTO when a dir has a non-default striping and ACLs" + TMPDIR=$OLDTMPDIR TMP=$OLDTMP HOME=$OLDHOME