Carldkennedy / hpc_workflow_recipes

3 stars 0 forks source link

Check only tests if login node is online or not, not if the share is available. #5

Closed jkwmoore closed 1 day ago

jkwmoore commented 2 days ago

https://github.com/Carldkennedy/hpc_workflow_recipes/blob/1a3a976043e555912c5380972d7ec0b1a3c22824/transfer-files#L47-L63

At present, this script checks if a login node is available to login to via SSH but it doesn't check if the shared area is available on the node.

Ideally we would check the node and the share is both available.

Carldkennedy commented 1 day ago

Resolved by #6