File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
ansible/roles/compute_init/files
.stackhpc/inventory/group_vars/all
common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 119119 recursive : yes
120120
121121 - name : Unmount /mnt/cluster after sync
122- become_user : slurm
123122 mount :
124123 path : /mnt/cluster
125124 state : unmounted
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ nfs_configurations:
2424 # NB: this is stackhpc.nfs role defaults but are set here to prevent being
2525 # accidently overriden via default options
2626 nfs_export_options : ' rw,secure,root_squash'
27- # prevent non-cluster IPs mounting the share:
28- # NB: this is set as default for all shares above but is repeated here
29- # in case nfs_export_clients is overriden
30- nfs_export_clients : " {{ _nfs_node_ips }}"
3127
3228 - comment : Export /exports/cluster from Slurm control node
3329 nfs_enable :
You can’t perform that action at this time.
0 commit comments