Skip to content
Snippets Groups Projects
Commit bf85db4f authored by Kerri Wait's avatar Kerri Wait
Browse files

Update symlinker.sh.j2 to simplify ansible template

parent 2e9248f8
No related branches found
No related tags found
1 merge request!540Update symlinker.sh.j2 to simplify ansible template
#!/bin/bash
originallfs={{ lustre_mount }}/{{ lustre_storage_type }}
symlinkdest={{ local_directory_path }}/{{ lustre_storage_type }}
originallfs={{ lustre_mount }}
symlinkdest={{ local_directory_path }}
# Check that original lustre filesystem is mounted, exit if it isn't
if [ ! -d $originallfs ]; then
......
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