You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add integration test for scontrol update nodelist sorting bug (#4785)
Add integration test for scontrol update nodelist sorting bug
Slurm 22.05 (up to 22.05.7) sorts the nodes in nodelist provided
as nodename field to the `scontrol update` command.
If `scontrol update nodename=nodelist nodeaddr=nodeaddrlist` is given,
this causes a mismatch between the nodenames and the nodeaddrs
because the order of nodeaddrlist is not changed to match the reordering
of nodelist.
The bug above will be fixed in Slurm 22.05.8 and later.
Signed-off-by: Jacopo De Amicis <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
CHANGELOG
2
2
=========
3
+
4
+
3.4.1
5
+
-----
6
+
7
+
**BUG FIXES**
8
+
- Fix an issue with the Slurm scheduler that might incorrectly apply updates to its internal registry of compute nodes. This might result in EC2 instances to become inaccessible or backed by an incorrect instance type.
0 commit comments