Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
20f107ea
Commit
20f107ea
authored
Oct 12, 2017
by
Jozsef Makai
Browse files
New fuse config to image
parent
a11d43b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
20f107ea
...
...
@@ -15,8 +15,11 @@ ADD eos-docker/image_scripts/*.sh /
# Add configuration files for EOS instance
ADD
eos-docker/eos.sysconfig /etc/sysconfig/eos
ADD
eos-docker/xrd.cf.* eos-docker/krb5.conf /etc/
ADD
eos-docker/fuse.conf /etc/eos/fuse.conf
ADD
eos-docker/fstfmd.dict /var/eos/md/
RUN
mkdir
/var/tmp/eosxd-cache/ /var/tmp/eosxd-journal/
# Docker will aggressively cache the following command, but this is fine, since
# these packages are not updated often.
ENV
XRD_VERSION 4.6.1
...
...
fuse.conf
0 → 100644
View file @
20f107ea
{
"name"
:
"dockertest"
,
"hostport"
:
"eos-mgm-test.eoscluster.cern.ch:1094"
,
"remotemountdir"
:
"/eos/"
,
"localmountdir"
:
"/eos/"
,
"statisticfile"
:
"stats"
,
"mdcachehost"
:
""
,
"mdcacheport"
:
6379
,
"mdzmqtarget"
:
"tcp://eos-mgm-test.eoscluster.cern.ch:1100"
,
"mdzmqidentity"
:
"eosxd"
,
"options"
: {
"debug"
:
1
,
"lowleveldebug"
:
0
,
"debuglevel"
:
4
,
"libfusethreads"
:
1
,
"foreground"
:
0
,
"md-kernelcache"
:
0
,
"md-kernelcache.enoent.timeout"
:
0
,
"data-kernelcache"
:
0
,
"mkdir-is-sync"
:
1
,
"create-is-sync"
:
1
,
"global-flush"
:
1
,
"global-locking"
:
1
,
"fd-limit"
:
65536
},
"cache"
: {
"type"
:
"disk"
,
"size-mb"
:
100
,
"location"
:
"/var/tmp/eosxd-cache/"
,
"journal"
:
"/var/tmp/eosxd-journal/"
}
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment