Skip to content
Snippets Groups Projects
Commit 5fed48d3 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Fixed syncExport

parent 43c74922
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@
# which is irrelevant).
# group is a group of nodes (ansible group) authorised to mount the export
exportList:
- { src: '/cinderVolume/home', srvopts: 'fsid=1,rw,no_root_squash,sync', 'opts': 'defaults,nofail', group: 'DesktopNodes', interface: 'eth0' }
- { src: '/cinderVolume/home', srvopts: 'fsid=1,rw,no_root_squash,sync', 'opts': 'defaults,nofail', group: ['DesktopNodes', 'LoginNodes'], interface: 'eth0' }
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