mfschunkserver.cfg(5) - Linux man page
Name
mfschunkserver.cfg - main configuration file for mfschunkserverDescription
The file mfschunkserver.cfg contains configuration of MooseFS chunkserver process.Syntax
Syntax is:
- OPTION = VALUE
Lines starting with # character are ignored as comments.
Options
- DATA_PATH
- where to store metadata files and daemon lock file
- LOCK_FILE
- (deprecated) daemon lock/pid file
- WORKING_USER
- user to run daemon as
- WORKING_GROUP
- group to run daemon as (optional - if empty then default user group will be used)
- SYSLOG_IDENT
- name of process to place in syslog messages (default is mfschunkserver)
- LOCK_MEMORY
- whether to perform mlockall() to avoid swapping out mfschunkserver process (default is 0, i.e. no)
- NICE_LEVEL
- nice level to run daemon with (default is -19 if possible; note: process must be started as root to increase priority)
- BACK_LOGS
- (deprecated) number of metadata change log files (default is 50; used only when connected with MooseFS master < 1.6.5)
- MASTER_HOST
- address of MooseFS master host to connect with (default is mfsmaster)
- MASTER_PORT
- number of MooseFS master port to connect with (default is 9419)
- MASTER_RECONNECTION_DELAY
- delay in seconds before trying to reconnect to master after disconnection (default is 5)
- MASTER_TIMEOUT
- timeout (in seconds) for master connections (default is 60)
- BIND_HOST
- local address to use for connecting with master (default is *, i.e. default local address)
- CSSERV_LISTEN_HOST
- IP address to listen on for client (mount) connections (* means any)
- CSSERV_LISTEN_PORT
- port to listen on for client (mount) connections (default is 9422)
- CSSERV_TIMEOUT
- timeout (in seconds) for client (mount) connections (default is 5)
- HDD_TEST_FREQ
- chunk test period in seconds (default is 10)
- HDD_CONF_FILENAME
- alternative name of mfshdd.cfg file
Copyright
Copyright 2008-2009 Gemius SA.MooseFS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.
MooseFS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with MooseFS. If not, see <http://www.gnu.org/licenses/>.