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

Removing SSI from the ctafrontend for now as xrootd SSI is crashing even

when SSI is not used.
parent e49e26b7
No related branches found
No related tags found
No related merge requests found
# Load the CTA SSI and OFS plugins
xrootd.fslib libXrdSsi.so libXrdCtaOfs.so
# Specify which paths should be routed to the OFS plugin
#
# The "old" cta command will continue to use OFS. The "new" eoscta_stub and
# cta_admin binaries use SSI.
#
# Y3Rh is the Base64 encoding of cta, so this string appears at the beginning
# of all cta admin commands
ssi.fspath /Y3Rh
# L3Vzci9iaW4vY3Rh is Base64 encoding of /usr/bin/cta which appears at the
# beginning of commands called from the EOS WFE bash script
ssi.fspath /L3Vzci9iaW4vY3Rh
# Load the SSI module
ssi.svclib libXrdSsiCta.so
# Load the plugin XrdCtaOfs
xrootd.fslib libXrdCtaOfs.so
# Use the security module
xrootd.seclib libXrdSec.so
......@@ -29,16 +14,8 @@ sec.protocol unix
#sec.protbind * only sss
sec.protbind 172.17.0* only unix
# Export the SSI resource
all.export /ctafrontend nolock r/w
# Export the OFS resources, specified in ssi.fspath above.
#
# There can be more than one of these; anything that starts with the prefix
# will go to the the underlying file system. Note that this prefix cannot be
# a substring of '/ctafrontend', so it is not possible to simply export '/'.
all.export /Y3Rh
all.export /L3Vzci9iaW4vY3Rh
# Allow copying from absolute paths
all.export /
# Turn off asynchronous i/o
xrootd.async off
......
......@@ -16,7 +16,7 @@ if test $# -ne 5; then
exit ${EINVAL}
fi
CTA_BIN=/usr/bin/eoscta_stub
CTA_BIN=/usr/bin/cta
WF_TAG="$1"
RUSERNAME="$2"
......
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