Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
e4a2e3a8
Commit
e4a2e3a8
authored
Feb 19, 2020
by
Julien Leduc
Browse files
using /opt/eos/xrootd/bin/xrootd if needed by eos-server
parent
6e4ed742
Changes
1
Hide whitespace changes
Inline
Side-by-side
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
View file @
e4a2e3a8
...
...
@@ -164,11 +164,15 @@ else
test
-e
/usr/lib64/libjemalloc.so.1
&&
echo
"Using jemalloc for EOS processes"
test
-e
/usr/lib64/libjemalloc.so.1
&&
export
LD_PRELOAD
=
/usr/lib64/libjemalloc.so.1
# Using /opt/eos/xrootd/bin/xrootd if it exists
# this is valid for CI because eos-xrootd rpm is pulled as a dependency of eos-server only if needed
# ie: specified at build time in EOS CI.
XRDPROG
=
/usr/bin/xrootd
;
test
-e
/opt/eos/xrootd/bin/xrootd
&&
XRDPROG
=
/opt/eos/xrootd/bin/xrootd
# start and setup eos for xrdcp to the ${CTA_TEST_DIR}
#/etc/init.d/eos start
/usr/bin/xrootd
-n
mq
-c
/etc/xrd.cf.mq
-l
/var/log/eos/xrdlog.mq
-b
-Rdaemon
/usr/bin/xrootd
-n
mgm
-c
/etc/xrd.cf.mgm
-m
-l
/var/log/eos/xrdlog.mgm
-b
-Rdaemon
/usr/bin/xrootd
-n
fst
-c
/etc/xrd.cf.fst
-l
/var/log/eos/xrdlog.fst
-b
-Rdaemon
${
XRDPROG
}
-n
mq
-c
/etc/xrd.cf.mq
-l
/var/log/eos/xrdlog.mq
-b
-Rdaemon
${
XRDPROG
}
-n
mgm
-c
/etc/xrd.cf.mgm
-m
-l
/var/log/eos/xrdlog.mgm
-b
-Rdaemon
${
XRDPROG
}
-n
fst
-c
/etc/xrd.cf.fst
-l
/var/log/eos/xrdlog.fst
-b
-Rdaemon
fi
if
[
"-
${
CI_CONTEXT
}
-"
==
'-systemd-'
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment