Skip to content

Commit

Permalink
Fix comment (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartalla authored Dec 16, 2024
1 parent 20a62f2 commit c8f5053
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
security_groups['SlurmdbdSG'] = slurmdbd_sg

# Rules for compute nodes
# Allow mounting of /opt/slurm and from head node
# Allow mounting of /opt/slurm from the head node.
# This is needed in XIO VMs. ParallelCluster compute nodes have a local copy on their root volume.
slurm_compute_node_sg.connections.allow_to(slurm_head_node_sg, ec2.Port.tcp(2049), f"SlurmComputeNodeSG to SlurmHeadNodeSG NFS")

# Rules for login nodes
Expand Down

0 comments on commit c8f5053

Please sign in to comment.