Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
6460099a
Commit
6460099a
authored
7 years ago
by
Julien Leduc
Browse files
Options
Downloads
Patches
Plain Diff
Removing SSI from the ctafrontend for now as xrootd SSI is crashing even
when SSI is not used.
parent
e49e26b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/docker/ctafrontend/cc7/config/ctafrontend/etc/xrootd/xrootd-cta.cfg
+4
-27
4 additions, 27 deletions
...frontend/cc7/config/ctafrontend/etc/xrootd/xrootd-cta.cfg
eos_wfe_scripts/delete_archive_file
+1
-1
1 addition, 1 deletion
eos_wfe_scripts/delete_archive_file
with
5 additions
and
28 deletions
continuousintegration/docker/ctafrontend/cc7/config/ctafrontend/etc/xrootd/xrootd-cta.cfg
+
4
−
27
View file @
6460099a
# 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
...
...
This diff is collapsed.
Click to expand it.
eos_wfe_scripts/delete_archive_file
+
1
−
1
View file @
6460099a
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment