Skip to content
Snippets Groups Projects
Commit 42f5fb2f authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'feat-mount-scratch' into 'main'

Mount scratch

Closes devops#366

See merge request rc/packer-openstack-hpc-image!43
parents 5cc9fae5 04da1f26
No related branches found
No related tags found
1 merge request!43Mount scratch
Pipeline #7660 failed with stages
in 20 minutes and 30 seconds
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
- { path: /data/user, src: "gpfs.rc.uab.edu:/data/user", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" } - { path: /data/user, src: "gpfs.rc.uab.edu:/data/user", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- { path: /home, src: "/data/user/home", fstype: none, opts: bind } - { path: /home, src: "/data/user/home", fstype: none, opts: bind }
- { path: /data/rc/apps, src: "gpfs.rc.uab.edu:/data/rc/apps", fstype: nfs, opts: "vers=3,_netdev,defaults" } - { path: /data/rc/apps, src: "gpfs.rc.uab.edu:/data/rc/apps", fstype: nfs, opts: "vers=3,_netdev,defaults" }
- { path: /scratch, src: "gpfs.rc.uab.edu:/scratch", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- name: Create symbolic links - name: Create symbolic links
ansible.builtin.file: ansible.builtin.file:
src: "{{ item.src }}" src: "{{ item.src }}"
...@@ -33,5 +34,4 @@ ...@@ -33,5 +34,4 @@
force: yes force: yes
state: link state: link
loop: loop:
- { src: /local, dest: /scratch/local }
- { src: /data/rc/apps, dest: /share/apps } - { src: /data/rc/apps, dest: /share/apps }
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