mfsgui.cfg(5) This is part of MooseFS mfsgui.cfg(5)

mfsgui.cfg - main configuration file for mfsgui

The file mfsgui.cfg contains configuration of MooseFS GUI server process.

Syntax is:

Lines starting with # character are ignored as comments.

Changes in this section require process restart.

user to run daemon as
group to run daemon as; optional value - if empty then default user group will be used
name of process to place in syslog messages; default is mfsgui
whether to perform mlockall() to avoid swapping out mfsgui process; default is 0, i.e. no
disable out of memory killer (Linux only, default is 1)
nice level to run daemon with; default is -19; note: process must be started as root to increase priority, if setting of priority fails, process retains the nice level it started with
set default umask for group and others (user has always 0); default is 027 - block write for group and block all for others
where to store daemon lock file

Changes in this section require only process reload.

minimum level of messages that will be reported by chunkserver; levels in order of importance: ERROR, WARNING, NOTICE, INFO, DEBUG (default is INFO)
reported messages of level lower than set by this option will be elevated to this level (i.e. if SYSLOG_MIN_LEVEL is set to DEBUG and SYSLOG_ELEVATE_TO is set to NOTICE, all INFO and DEBUG messages will be sent to syslog as NOTICE ; default is NOTICE)

Changes in this section require only process reload.

IP address to listen on for incoming http connections (* means any)
port to listen on for incoming http connections
http connection timeout, in seconds (default is 300)

Changes in this section require only process reload.

document root for http server
requests configuration file, absolute path or path relative to the ROOT_DIR; the content of this file should NEVER be modified by the user

Copyright (C) 2025 Jakub Kruszona-Zawadzki, Saglabs SA

This file is part of MooseFS.

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 2 (only).

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, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA or visit http://www.gnu.org/licenses/gpl-2.0.html

mfsgui(8)

June 2025 MooseFS 4.57.7-1