table of contents
| SFSCHUNKSERVER(8) | SFSCHUNKSERVER(8) |
NAME¶
sfschunkserver - start, restart or stop Sauna File System chunkserver process
SYNOPSIS¶
sfschunkserver [-c CFGFILE] [-u] [-d] [-t LOCKTIMEOUT] [ACTION]
sfschunkserver -v
sfschunkserver -h
DESCRIPTION¶
sfschunkserver is the data server of Sauna File System. Depending on parameters it can start, restart or stop SaunaFS chunkserver process. Without any options it starts SaunaFS chunkserver, killing previously run process if lock file exists.
SIGHUP (or reload ACTION) forces sfschunkserver to reload all configuration files.
Chunkserver periodically tests stored chunks (see HDD_TEST_FREQ option in sfschunkserver.cfg manual).
SaunaFS master doesn’t send metadata change logs to chunkserver and expect at least one sfsmetalogger daemon to connect.
Chunkserver scans attached disks in background.
OPTIONS¶
-v
-h
-c CFGFILE
-u
-d
-t LOCKTIMEOUT
ACTION is the one of start, stop, restart, reload, test, isalive or kill. Default action is restart.
FILES¶
sfschunkserver.cfg
sfshdd.cfg
sfschunkserver.lock
.sfschunkserver.lock
data.csstats
REPORTING BUGS¶
Report bugs to the Github repository https://github.com/leil/saunafs as an issue.
COPYRIGHT¶
Copyright 2008-2009 Gemius SA
Copyright 2013-2019 Skytechnology sp. z o.o.
Copyright 2023-2024 Leil Storage OÜ
SaunaFS 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.
SaunaFS 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 SaunaFS. If not, see http://www.gnu.org/licenses/.
SEE ALSO¶
sfsmaster(8), sfsmount(1), sfschunkserver.cfg(5), sfshdd.cfg(5), sfs(7)
| 08/28/2025 |