Skip to content
Snippets Groups Projects
Commit fb32433d authored by Steven Murray's avatar Steven Murray
Browse files

Added 'mgmofs.tapeenabled true' to /etc/xrd.cf.mgm

parent ecfe9a68
No related branches found
No related tags found
No related merge requests found
......@@ -72,3 +72,6 @@ mgmofs.protowfresource /ctafrontend
# Set the EOS space to be used as the destination of prepare requests
mgmofs.prepare.dest.space default
# Enable tape support
mgmofs.tapeenabled true
......@@ -65,6 +65,9 @@ EOS_TMP_DIR=/eos/${EOS_INSTANCE}/tmp
echo "mgmofs.protowfendpoint ctafrontend:10955" >> /etc/xrd.cf.mgm
echo "mgmofs.protowfresource /ctafrontend" >> /etc/xrd.cf.mgm
# Enable tape support
echo "mgmofs.tapeenabled true" >> /etc/xrd.cf.mgm
# Add configmap based configuration (initially Namespace)
test -f /etc/config/eos/xrd.cf.mgm && cat /etc/config/eos/xrd.cf.mgm >> /etc/xrd.cf.mgm
......
......@@ -329,6 +329,7 @@ kubectl --namespace=${instance} exec client -- kinit -kt /root/user1.keytab user
# Add this for SSI prococol buffer workflow (xrootd >=4.8.2)
#echo "mgmofs.protowfendpoint ctafrontend:10955" | kubectl --namespace=${instance} exec -i ctaeos -- bash -c "cat >> /etc/xrd.cf.mgm"
#echo "mgmofs.protowfresource /ctafrontend" | kubectl --namespace=${instance} exec -i ctaeos -- bash -c "cat >> /etc/xrd.cf.mgm"
#echo "mgmofs.tapeenabled true" | kubectl --namespace=${instance} exec -i ctaeos -- bash -c "cat >> /etc/xrd.cf.mgm"
# allow eos to start
......
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