2019-11-20 16:22:54 +01:00
|
|
|
---
|
2015-02-11 15:56:27 +03:00
|
|
|
nfs:
|
2018-03-23 10:17:32 +01:00
|
|
|
# Global settings:
|
2019-11-20 16:22:54 +01:00
|
|
|
mkmnt: false
|
2018-03-23 10:17:32 +01:00
|
|
|
mount_opts: noauto,ro
|
2019-11-20 16:22:54 +01:00
|
|
|
persist_unmount: true
|
|
|
|
persist_mount: false
|
2020-09-21 11:25:41 +02:00
|
|
|
enabled: true
|
2019-11-20 16:22:54 +01:00
|
|
|
|
2018-03-23 10:17:32 +01:00
|
|
|
# Server settings
|
2015-02-11 15:56:27 +03:00
|
|
|
server:
|
2019-11-20 16:22:54 +01:00
|
|
|
exports:
|
|
|
|
/srv/homes: >-
|
|
|
|
hostname1(rw,sync,no_subtree_check)
|
|
|
|
hostname2(ro,sync,no_subtree_check)
|
2018-03-23 10:17:32 +01:00
|
|
|
# FreeBSD specific:
|
|
|
|
mountd_flags: -l -S
|
|
|
|
|
|
|
|
# mount settings
|
2015-05-13 16:33:06 +02:00
|
|
|
mount:
|
|
|
|
somename:
|
|
|
|
mountpoint: "/some/path"
|
|
|
|
location: "hostname:/path"
|
|
|
|
opts: "vers=3,rsize=65535,wsize=65535"
|
2019-11-20 16:22:54 +01:00
|
|
|
persist: true
|
|
|
|
mkmnt: true
|
2015-06-16 06:44:42 +01:00
|
|
|
unmount:
|
|
|
|
someothername:
|
|
|
|
mountpoint: "/some/other/path"
|
|
|
|
location: "hostname:/other/path"
|
2019-11-20 16:22:54 +01:00
|
|
|
persist: false
|