Skip to content

Commit 4a641ff

Browse files
committed
fix nfs_configurations bug
1 parent 41c3fcd commit 4a641ff

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

ansible/roles/compute_init/files/compute-init.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
recursive: yes
120120

121121
- name: Unmount /mnt/cluster after sync
122-
become_user: slurm
123122
mount:
124123
path: /mnt/cluster
125124
state: unmounted

environments/.stackhpc/inventory/group_vars/all/nfs.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

environments/common/inventory/group_vars/all/nfs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)