Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
a0cac4cd
Commit
a0cac4cd
authored
Aug 17, 2018
by
Mihai Patrascoiu
Browse files
Update eos.sysconfig with FST parameters
parent
12803da4
Pipeline
#482654
skipped with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
eos.sysconfig
View file @
a0cac4cd
...
...
@@ -73,6 +73,33 @@ export EOS_MGM_ALIAS=eos-mgm-test.eoscluster.cern.ch
# Disable shutdown/signal handlers for debugging
#export EOS_NO_SHUTDOWN
#-------------------------------------------------------------------------------
# FST Configuration
#-------------------------------------------------------------------------------
# Stream timeout for operations
#export EOS_FST_STREAM_TIMEOUT=300
# Number of threads for transfer operations (Balance, Drain or Transfer actions)
export EOS_FST_TRANSFER_THREAD_POOL=20
#-------------------------------------------------------------------------------
# FST External Storage Configuration
#-------------------------------------------------------------------------------
# Set number of connection retries
export EOS_FST_CONNECTION_RETRY=1
# Set S3 access credentials
#export EOS_FST_S3_ACCESS_KEY=""
#export EOS_FST_S3_SECRET_KEY=""
# Set S3 theoretical storage size
export EOS_FST_S3_STORAGE_SIZE=20000000000
# Set HTTPS X509 certificate path
#export EOS_FST_HTTPS_X509_CERTIFICATE_PATH=""
# ------------------------------------------------------------------
# FUSE Configuration
# ------------------------------------------------------------------
...
...
@@ -80,7 +107,7 @@ export EOS_MGM_ALIAS=eos-mgm-test.eoscluster.cern.ch
# The mount directory for 'eosd'
export EOS_FUSE_MOUNTDIR=/eos/
# The MGM host from where to do the inital mount
# The MGM host from where to do the init
i
al mount
export EOS_FUSE_MGM_ALIAS=eostest.cern.ch
# Enable FUSE debugging mode (default off)
...
...
@@ -89,13 +116,13 @@ export EOS_FUSE_MGM_ALIAS=eostest.cern.ch
# Disable parallel IO mode (default on)
#export EOS_FUSE_NOPIO=1
# Disable multithreading in FUSE (default on)
# Disable multi
-
threading in FUSE (default on)
#export EOS_FUSE_NO_MT=1
# ------------------------------------------------------------------
# HTTPD Configuration
# ------------------------------------------------------------------
# Enable multithreaded httpd
# Enable multi
-
threaded httpd
export EOS_HTTP_THREADPOOL="epoll"
export EOS_HTTP_THREADPOOL_SIZE=16
...
...
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