Skip to content
caffeine edited this page Oct 30, 2013 · 14 revisions
ROZOFSMOUNT(8)                   User Manuals                   ROZOFSMOUNT(8)



NAME
       rozofsmount - RozoFS fuse mount

SYNOPSIS
       rozofsmount  [-f]  [-H EXPORT_HOST] [-E EXPORT_PATH] [-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:
       -h, --help
              Display help and exit.

       -V, --version
              Display version information and exit.

   FUSE options:
       -f     Foreground operation.

   RozoFS options:
       -H EXPORT_HOST, -o exporthost=EXPORT_HOST
              Address (or dns name) where exportd daemon is  running  (default
              is rozofsexport).

       -E EXPORT_PATH, -o exportpath=EXPORT_PATH
              Root  path  of  an  export  see  exportd(8) for further details.
              (default is /srv/rozofs/exports/export).

       -E EXPORT_PASSWD, -o exportpasswd=EXPORT_PASSWD
              Address (or dns name) where exportd daemon is  running  (default
              is empty).

       -o rozofsbufsize=N
              Specify  size  of  I/O  buffer  in  KiB  (in  range: 128..8192 -
              default: 256).

       -o rozofsminreadsize=N
              Specify minimum read size on disk in KiB (default value is  same
              as the option rozofsbufsize).

       -o rozofsmaxwritepending=N
              Specify  the  number of write request(s) that can be sent for an
              open file from the rozofsmount toward the storcli asynchronously
              (default: 32).

       -o rozofsmaxretry=N
              Specify number of retries before I/O error is returned (default:
              50).

       -o rozofsexporttimeout=N
              Specify timeout in seconds for exportd requests (default: 25).

       -o rozofsstoragetimeout=N
              Specify timeout in seconds for IO  storaged  requests  (default:
              3).

       -o rozofsstorclitimeout=N
              Specify timeout in seconds for storcli requests (default: 10).

       -o rozofsattrtimeout=N
              Specify  timeout  in seconds for which file/directory attributes
              are cached (default: 10).

       -o rozofsentrytimeout=N
              Specify timeout in seconds for which name lookups will be cached
              (default: 10).

       -o debug_port=N
              Specify the base debug port for rozofsmount (default: none).

       -o instance=N
              Specify rozofsmount instance number (default: 0).

       -o rozofscachemode=N
              Specify the cache mode: 0: no cache, 1: direct_io, 2: keep_cache
              (default: 0).

       -o rozofsmode=N
              Specify the operating mode of  rozofsmount:  0:  filesystem,  1:
              block mode (default: 0).

       -o rozofsnbstorcli=N
              Specify the number of storcli process(es) to use (in range: 1..2
              - default: 1).

       -o rozofsshaper=N
              Specify the storcli shaper configuration (default: 1).

       -o rozofsrotate=N
              Specify the modulo on read distribution rotation (default: 0).

       -o posixlock
              Active support for POSIX file lock.

       -o bsdlock
              Active support for BSD file lock.

REPORTING BUGS
       Report bugs to <[email protected]>.

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)



RozoFS                           OCTOBER 2013                   ROZOFSMOUNT(8)
Clone this wiki locally