DragonFly On-Line Manual Pages
mfshdd.cfg(5) This is part of MooseFS mfshdd.cfg(5)
NAME
mfshdd.cfg - list of MooseFS storage directories for mfschunkserver
DESCRIPTION
The file mfshdd.cfg contains list of directories (mountpoints) used for
MooseFS storage.
SYNTAX
Syntax is:
[*]PATH [SPACE LIMIT]
Lines starting with # character are ignored as comments.
* means this directory (hard drive) is "marked for removal" and all
data will be replicated to other hard drives, usually on other
chunkservers.
PATH is path to the mounting point of storage directory, usually a
single hard drive.
SPACE LIMIT is optional space limit, that allows to set one of two
values: how much space should be left unused on this device or how much
space is to be used on this device. Definition format:
[0-9]*(.[0-9]*)?([kMGTPE]|[KMGTPE]i)?B?, positive value means how much
space to use, negative value means how much space should be left
unused.
COPYRIGHT
Copyright (C) 2016 Jakub Kruszona-Zawadzki, Core Technology Sp. z o.o.
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., 59
Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit
http://www.gnu.org/licenses/gpl-2.0.html
SEE ALSO
mfschunkserver(8), mfschunkserver.cfg(5)
MooseFS 2.0.83-1 January 2016 mfshdd.cfg(5)