Skip to content

Commit

Permalink
Only have EFS shared storage type if the scheduler is slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Dec 6, 2024
1 parent 9df22e1 commit 575a4ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Image:
Os: {{ os }}
HeadNode:
InstanceType: {{ instance }}
{% if scheduler == "slurm" %}
SharedStorageType: {{ shared_headnode_storage_type }}
{% endif %}
Networking:
SubnetId: {{ public_subnet_ids[0] }}
Ssh:
Expand Down

0 comments on commit 575a4ce

Please sign in to comment.