Skip to content
Snippets Groups Projects
Commit 57f25190 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13829

i=Adilger

skip test_125 if mds acl disabled
parent 7decbb47
No related branches found
No related tags found
No related merge requests found
......@@ -4711,6 +4711,7 @@ test_124b() {
run_test 124b "lru resize (performance test) ======================="
test_125() { # 13358
[ -z "$(grep acl $LPROC/mdc/*-mdc-*/connect_flags)" ] && skip "must have acl enabled" && return
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment