fix: add no_root_squash option to nfs exports
This commit is contained in:
parent
3ba276c262
commit
ca6f95ae4b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
nfs_host_exports:
|
nfs_host_exports:
|
||||||
- directory: "/srv/nfs/backup"
|
- directory: "/srv/nfs/backup"
|
||||||
hosts: "*.n39.eu"
|
hosts: "*.n39.eu"
|
||||||
options: rw,sync,no_subtree_check
|
options: rw,sync,no_subtree_check,no_root_squash
|
||||||
- directory: "/srv/nfs/ephemeral"
|
- directory: "/srv/nfs/ephemeral"
|
||||||
hosts: "*.n39.eu"
|
hosts: "*.n39.eu"
|
||||||
options: rw,sync,no_subtree_check
|
options: rw,sync,no_subtree_check,no_root_squash
|
||||||
|
|
Loading…
Reference in a new issue