Skip to content

Tags: QPC-database/aws-parallelcluster-node

Tags

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]>

v2.9.1

Toggle v2.9.1's commit message
Changes to changelog for 2.9.0

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

v2.9.0

Toggle v2.9.0's commit message
Updated changelog for version 2.9.0

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

v2.8.1

Toggle v2.8.1's commit message
Changelog for v2.8.1

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

v2.8.0

Toggle v2.8.0's commit message
Changelog v2.8.0

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