Skip to content
Snippets Groups Projects
Commit 128f3096 authored by Michael Davis's avatar Michael Davis
Browse files

[ssi] Modifies XRootD config for CI

parent fd71641f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ xrootd.fslib libXrdSsi.so libXrdCtaOfs.so
# 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
......@@ -38,4 +41,5 @@ all.export /ctafrontend nolock r/w
# 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
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