gluster / glusterdocs

This repo contains the source of official Gluster documentation rendered at https://docs.gluster.org
MIT License
353 stars 279 forks source link

GlusterFS mount: backupvolfile-server not documented for /etc/fstab #790

Open dfoxg opened 11 months ago

dfoxg commented 11 months ago

At the moment, following mount options are definied for manuel mount:

backupvolfile-server=server-name
volfile-max-fetch-attempts=number of attempts
log-level=loglevel
log-file=logfile
transport=transport-type
direct-io-mode=[enable|disable]
use-readdirp=[yes|no]

But for the automount via /etc/fstab, only following options are documented:

log-level=loglevel
log-file=logfile
transport=transport-type
direct-io-mode=[enable|disable]
use-readdirp=no

Is this correct? I´m missing the backupvolfile-server in the automount.

Thanks :)