Skip to content
Snippets Groups Projects
Commit ae2735cd authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add no_root_squash for nonvolatile directory

parent bd8649c6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,5 +6,5 @@ nfs_server_exports:
- path: /export/startup
options: "*(async,ro,insecure,crossmnt)"
- path: /export/nonvolatile
options: "*(async,rw,insecure,crossmnt)"
options: "*(async,rw,insecure,crossmnt,no_root_squash)"
create: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment