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 119
119
recursive : yes
120
120
121
121
- name : Unmount /mnt/cluster after sync
122
- become_user : slurm
123
122
mount :
124
123
path : /mnt/cluster
125
124
state : unmounted
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ nfs_configurations:
24
24
# NB: this is stackhpc.nfs role defaults but are set here to prevent being
25
25
# accidently overriden via default options
26
26
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 }}"
31
27
32
28
- comment : Export /exports/cluster from Slurm control node
33
29
nfs_enable :
You can’t perform that action at this time.
0 commit comments