Skip to content
Snippets Groups Projects
Commit 5617ea13 authored by Julien Leduc's avatar Julien Leduc
Browse files

Must add prepare acl on /eos/ctaeos/cta folder so that the retrieve works for...

Must add prepare acl on /eos/ctaeos/cta folder so that the retrieve works for the first test (may not be useful...)
parent b516de79
Branches
Tags
No related merge requests found
......@@ -158,7 +158,7 @@ test -e /usr/lib64/libjemalloc.so.1 && export LD_PRELOAD=/usr/lib64/libjemalloc.
# ACLs in EOS are evaluated when unix permissions are failing, hence the 555 unix permission.
eos mkdir ${CTA_TEST_DIR}
eos chmod 555 ${CTA_TEST_DIR}
eos attr set sys.acl=g:eosusers:rwx!d,g:powerusers:rwx+d /eos/ctaeos/cta
eos attr set sys.acl=g:eosusers:rwx!d,g:powerusers:rwx+dp /eos/ctaeos/cta
eos attr set CTA_StorageClass=ctaStorageClass ${CTA_TEST_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment