2015-02-11 15:56:27 +03:00
|
|
|
nfs:
|
2018-03-23 10:17:32 +01:00
|
|
|
# Global settings:
|
|
|
|
mkmnt: False
|
|
|
|
mount_opts: noauto,ro
|
|
|
|
persist_unmount: True
|
|
|
|
persist_mount: False
|
|
|
|
|
|
|
|
# Server settings
|
2015-02-11 15:56:27 +03:00
|
|
|
server:
|
|
|
|
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"
|
2015-05-14 11:35:57 +02:00
|
|
|
persist: True
|
|
|
|
mkmnt: True
|
2015-06-16 06:44:42 +01:00
|
|
|
unmount:
|
|
|
|
someothername:
|
|
|
|
mountpoint: "/some/other/path"
|
|
|
|
location: "hostname:/other/path"
|
|
|
|
persist: False
|
2015-05-13 16:33:06 +02:00
|
|
|
|