[At the moment](https://docs.gluster.org/en/main/Administrator-Guide/Setting-Up-Clients/#mounting-volumes), 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 :)