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

Adding group mount rule for ctausers group

to allow all users with ctausers as their primary group to mount tapes. the uid-gid mapping is performed by the mgm
parent 68a13427
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,11 @@ echo "Preparing CTA for tests"
--instance ${EOSINSTANCE} \
--name adm \
--mountpolicy ctasystest --comment "ctasystest"
# group mount rule for ctausers group members: user1 and user2 as defined on the ctaeos mgm
kubectl --namespace ${NAMESPACE} exec ctacli -- cta groupmountrule add \
--instance ${EOSINSTANCE} \
--name ctausers \
--mountpolicy ctasystest --comment "ctasystest"
kubectl --namespace ${NAMESPACE} exec ctacli -- cta drive up ${DRIVENAMES[${driveslot}]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment