table of contents
| SAUNAFS-ADMIN(8) | SAUNAFS-ADMIN(8) |
NAME¶
saunafs-admin, saunafs-probe - SaunaFS monitoring and administration tool
SYNOPSIS¶
saunafs-admin COMMAND [OPTIONS...] [ARGUMENTS...]
NOTES¶
saunafs-probe is deprecated, saunafs-admin should be used instead.
AVAILABLE COMMANDS¶
chunks-health <master ip> <master port>
--porcelain
Make the output parsing-friendly.
--availability
Print report about availability of chunks.
--replication
Print report about about number of chunks that need replication.
--deletion
Print report about about number of chunks that need deletion.
info <master ip> <master port>
--porcelain
Make the output parsing-friendly.
iolimits-status <master ip> <master port>
list-chunkservers <master ip> <master port>
--porcelain
Make the output parsing-friendly.
list-defective-files <master ip> <master port>
--porcelain
Make the output parsing-friendly.
--unavailable
Print unavailable files
--undergoal
Print files with undergoal chunks
--structure-error
Print files/directories with structure error
--limit=
Limit maximum number of printed files
list-disks <master ip> <master port>
--porcelain
Make the output parsing-friendly.
--verbose
Be a little more verbose and show operations statistics.
list-goals <master ip> <master port>
--porcelain
Make the output parsing-friendly.
--pretty
Print nice table
list-mounts <master ip> <master port>
--porcelain
Make the output parsing-friendly.
--verbose
Be a little more verbose and show goal and trash time limits.
list-metadataservers <master ip> <master port>
--porcelain
Make the output parsing-friendly.
metadataserver-status <master ip> <master port>
--porcelain
Make the output parsing-friendly.
list-tasks <master ip> <master port>
manage-locks <master ip> <master port> [list/unlock] [flock/posix/all]
--porcelain
Make the output parsing-friendly.
--active
Print only active locks
--pending
Print only pending locks
--inode=
Specify an inode for operation
--owner=
Specify an owner for operation
--sessionid=
Specify a sessionid for operation
--start=
Specify a range start for operation
--end=
Specify a range end for operation
ready-chunkservers-count <master ip> <master port>
promote-shadow <shadow ip> <shadow port>
stop-master-without-saving-metadata <master ip> <master port>
Authentication with the admin password is required.
reload-config <master ip> <master port>
Authentication with the admin password is required.
save-metadata <metadataserver ip> <metadataserver port>
Authentication with the admin password is required.
--async
Don’t wait for the task to finish.
stop-task <master ip> <master port> <task id>
list-session <master ip> <master port>
delete-session <master ip> <master port> <session_id>
dump-config <master ip> <master port>
Authentication with the admin password is required
OPTIONS¶
-v, --version
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/.
| 08/28/2025 |