Skip to content

Commit

Permalink
Merge pull request tg123#30 from diedpigs/patch-compute-nfs-mount-point
Browse files Browse the repository at this point in the history
Patch: compute node nfs mount point

Fixes easy build path consistency between master and compute nodes.
  • Loading branch information
jprorama authored Nov 6, 2018
2 parents a30c357 + 3935030 commit 8f78bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/compute_build_vnfs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
lineinfile: line="{{ headnode_private_ip }}:/home /home nfs nfsvers=3,rsize=1024,wsize=1024,cto 0 0" dest={{ compute_chroot_loc }}/etc/fstab state=present

- name: put NFS opt mount info in image
lineinfile: line="{{ headnode_private_ip }}:/opt/ohpc/pub /opt/ohpc/pub-master nfs nfsvers=3 0 0" dest={{ compute_chroot_loc }}/etc/fstab state=present
lineinfile: line="{{ headnode_private_ip }}:/opt/ohpc/pub /opt/ohpc/pub nfs nfsvers=3 0 0" dest={{ compute_chroot_loc }}/etc/fstab state=present

- name: put NFS opt mount info in image
lineinfile: line="{{ headnode_private_ip }}:/export /export nfs nfsvers=3 0 0" dest={{ compute_chroot_loc }}/etc/fstab state=present
Expand Down

0 comments on commit 8f78bac

Please sign in to comment.