Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
e2936b48
Commit
e2936b48
authored
Mar 25, 2020
by
Fabio Luchetti
Browse files
Reset ofs.tpc to /usr/bin/xrdcp; Replace useradd with adduser
parent
41c5a2fb
Pipeline
#1510706
skipped with stage
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
e2936b48
...
...
@@ -24,7 +24,7 @@ COPY eos-docker/xrootd.conf /etc/tmpfiles.d/
COPY
eos-docker/xrootd-fwd-proxy.cfg /etc/xrootd/
RUN
mkdir
/var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
RUN
user
add
eos-user
RUN
add
user eos-user
# Docker will aggressively cache the following command, but this is fine, since
# these packages are not updated often.
...
...
@@ -59,7 +59,7 @@ RUN createrepo ${EOSREPODIR} \
# as dependency the xrdcp program is in /opt/eos/xrootd/bin/xrdcp and the
# xrootd-client package is no longer installed and therefore starting the FSTs
# fails. This only happens on CC7.
#
RUN yum install -y --nogpg install xrootd-client
RUN
yum
install
-y
--nogpg
install
xrootd-client
# Generate a new forwardable keytab 'eos-test+' to replace the not-forwardable
# one (installed by the eos-testkeytab package).
...
...
Dockerfile_asan
View file @
e2936b48
...
...
@@ -20,7 +20,7 @@ ADD eos-docker/fuse.conf /etc/eos/fuse.mount-2.conf
ADD eos-docker/fstfmd.dict /var/eos/md/
RUN mkdir /var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
RUN user
add
eos-user
RUN
add
user eos-user
# Docker will aggressively cache the following command, but this is fine, since
# these packages are not updated often.
...
...
Dockerfile_c8
View file @
e2936b48
...
...
@@ -20,7 +20,7 @@ ADD eos-docker/fuse.conf /etc/eos/fuse.mount-2.conf
ADD eos-docker/fstfmd.dict /var/eos/md/
RUN mkdir /var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
RUN user
add
eos-user
RUN
add
user eos-user
# Note: Docker will aggressively cache the following command.
# However, these packages don't change often
...
...
Dockerfile_coverage
View file @
e2936b48
...
...
@@ -20,7 +20,7 @@ ADD eos-docker/fuse.conf /etc/eos/fuse.mount-2.conf
ADD eos-docker/fstfmd.dict /var/eos/md/
RUN mkdir /var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
RUN user
add
eos-user
RUN
add
user eos-user
# Docker will aggressively cache the following command, but this is fine, since
# these packages are not updated often.
...
...
Dockerfile_ubuntu_bionic
View file @
e2936b48
...
...
@@ -19,7 +19,7 @@ ADD eos-docker/fuse.conf /etc/eos/fuse.mount-2.conf
ADD eos-docker/fstfmd.dict /var/eos/md/
RUN mkdir /var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
RUN user
add
eos-user
RUN
add
user eos-user
ENV DEBIAN_FRONTEND noninteractive
...
...
Dockerfile_xrd_testing
View file @
e2936b48
...
...
@@ -20,7 +20,7 @@ ADD eos-docker/fuse.conf /etc/eos/fuse.mount-2.conf
ADD eos-docker/fstfmd.dict /var/eos/md/
RUN mkdir /var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
RUN user
add
eos-user
RUN
add
user eos-user
# Docker will aggressively cache the following command, but this is fine, since
# these packages are not updated often.
...
...
image_scripts/eos_mgm_setup.sh
View file @
e2936b48
...
...
@@ -20,5 +20,5 @@ eos -b vid enable krb5
eos
-b
chmod
2777 /eos/dockertest/
# let the force be with admin1 (typically krb-authenticated on clients)
user
add
admin1
add
user admin1
eos
-b
vid
set
membership admin1 +sudo
xrd.cf.fst
View file @
e2936b48
...
...
@@ -16,8 +16,7 @@ all.manager localhost 2131
xrd.port 1095
ofs.persist off
ofs.osslib libEosFstOss.so
#ofs.tpc pgm /usr/bin/xrdcp
ofs.tpc pgm /opt/eos/xrootd/bin/xrdcp
ofs.tpc pgm /usr/bin/xrdcp
###########################################################
# this URL can be overwritten by EOS_BROKER_URL defined /etc/sysconfig/xrd
fstofs.broker root://eos-mq.eoscluster.cern.ch:1097//eos/
...
...
Write
Preview
Markdown
is supported
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