Scroll to navigation

ROZOFSMOUNT(8) User Manuals ROZOFSMOUNT(8)

NAME

rozofsmount - RozoFS fuse mount

SYNOPSIS

rozofsmount [-f] [-H EXPORT_HOST] [-E EXPORT_NAME] [-P EXPORT_PASSWD] [-o opt[,opt]...] mountpoint

rozofsmount -h|--help

rozofsmount -V|--version

DESCRIPTION

rozofsmount mount a rozofs(7) filesystem exported by exportd(8)

OPTIONS

General options:

Display help and exit.
Display version information and exit.

FUSE options:

Foreground operation.

RozoFS options:

List of '/' separated addresses (or dns names) where exportd daemon is running (default is rozofsexport). When securing the exportd thanks to a virtual IP address only the virtual IP address is declared (i.e "192.168.10.1"). When no virtual IP address is used the list of "physical" IP addresses of each host securing the exportd must be given (i.e "192.168.10.1/192.168.20.1").
Name (or root path) of an export see exportd(8) for further details. (default is /srv/rozofs/exports/export).
Address (or dns name) where exportd daemon is running (default is empty).
Specify size of I/O buffer in KiB (in range: 128..8192 - default: 256).
Specify minimum read size on disk in KiB (default value is same as RozoFS block size).
Specify the number of write request(s) that can be sent for an open file from the rozofsmount toward the storcli asynchronously (default: 4).
Specify number of retries before I/O error is returned (default: 50).
Specify timeout in seconds for exportd requests (default: 25).
Specify timeout in seconds for IO storaged requests (default: 4).
Specify time left in milli seconds after having receive the first response(s) before switching to spare storages for missing responses.
Specify timeout in seconds for storcli requests (default: 15).
Specify timeout in seconds for which file/directory attributes are cached. Should not be set along with -o rozofsattrtimeoutms.
Specify timeout in milliseconds for which file/directory attributes are cached. This parameter is ignored if rozofsattrtimeout is also set.
Specify timeout in milliseconds for which directory attributes are cached. When the option is not set,the timer value is the one specified either in rozofsattrtimeout or rozofsattrtimeoutms.
Specify timeout in seconds for which name lookups will be cached. Should not be set along with -o rozofsentrytimeoutms.
Specify timeout in milliseconds for which name lookups will be cached. This parameter is ignored if rozofsentrytimeout is also set.
Specify timeout in milliseconds for which directory lookups will be cached. When the option is not set,the timer value is the one specified either in rozofsentrytimeout or rozofsentrytimeoutms..
Specify timeout in milliseconds for which symbolic targets will be cached (default: 1000ms).
Specify timeout in milliseconds for which non existent targets will be cached (default: 2000ms).
Specify the base debug port for rozofsmount (default: none).
Specify rozofsmount instance number within [0..127] (default: 0).
Specify the cache mode: 0: no cache, 1: direct_io, 2: keep_cache (default: 0).
Specify the operating mode of rozofsmount: 0: filesystem, 1: block mode (default: 0).
Specify the number of storcli process(es) to use (in range: 1..2 - default: 1).
Specify the modulo on read distribution rotation (default: 0).
To disable BSD as well as POSIX file lock.
Disable support of extended attributes.
Enable|disable the use of the Mojette threads in the STORCLI for writes.
Enable|disable the use of the Mojette threads in the STORCLI for reads.
Modify the threshold in number of bytes above which the Mojette threads in the STORCLI are used.
Tells the client that it is the only writter on the files it writes, and so needs not to re-read the last block when extending a file.
Favor local storage on read to save network bandwidth in case of poor network connection.
When asserted, it permits one to cache the extended attributes on the client. The timer used for caching the same as the one defined for the attributes caching.
When asserted,rozofsmount operates asynchronous mode for setattr operations.
NUMA node to pin the rozofsmount and its STORCLIs on when numa_aware is set in rozofs.conf. Default value is the rozofsmount instance.

REPORTING BUGS

Report bugs to <bugs@fizians.org>.

COPYRIGHT

Copyright (c) 2013 Fizians SAS. <http://www.fizians.com>

Rozofs 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.

Rozofs 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 this program. If not, see <http://www.gnu.org/licenses/>.

AUTHOR

Fizians <http://www.fizians.org>

SEE ALSO

rozofs(7), exportd(8), storaged(8), geomgr(8)

APRIL 2014 RozoFS