Skip to content

Tags: aavinav/aws-parallelcluster-node

Tags

v3.0.1

Toggle v3.0.1's commit message
Update changelog

Signed-off-by: Luca Carrogu <[email protected]>

v3.0.0

Toggle v3.0.0's commit message
Bump version to 3.0.0

Signed-off-by: Francesco De Martino <[email protected]>

v2.11.2

Toggle v2.11.2's commit message
Update CHANGELOG.md

Align it to the cli.

v2.11.1

Toggle v2.11.1's commit message
Update CHANGELOG for 2.11.1

Signed-off-by: Tim Lane <[email protected]>

v2.11.0

Toggle v2.11.0's commit message
Use subprocess based method to read shared files

* Avoid reading NFS shared files with `open` directly, because when NFS is not available(head node down) `open` call will hang forever.
* Use `subprocess.run`, which has built in timeout functionality, to copy shared file to local first, or cat file directly
* This will prevent computemgtd from hanging even if NFS directories are not available

Signed-off-by: Rex <[email protected]>

v2.10.4

Toggle v2.10.4's commit message
Update changelog for 2.10.4

Signed-off-by: Enrico Usai <[email protected]>

v2.10.3

Toggle v2.10.3's commit message
Update changelog for 2.10.3

Signed-off-by: Francesco De Martino <[email protected]>

v2.10.2

Toggle v2.10.2's commit message
Update CHANGELOG for 2.10.2

Signed-off-by: Rex <[email protected]>

v2.10.1

Toggle v2.10.1's commit message
Update changelog for 2.10.1

Signed-off-by: Francesco De Martino <[email protected]>

v2.10.0

Toggle v2.10.0's commit message
2.10.0 Changelog

Signed-off-by: Enrico Usai <[email protected]>