From 75718db1a47b9c40c4a4a34ffae567280e7e584e Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Thu, 30 Apr 2026 17:10:53 -0400 Subject: [PATCH] [Changelog] Add changelog for computenode bootstrap timeout detection fix in protected mode --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0e3cdd70..b75f26e37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ CHANGELOG - Fix cluster creation failure caused by Slurm accounting bootstrap failing when ClusterName is overridden via custom Slurm settings or the cluster name contains upper-case letters. - Remove deprecated parameter `AccountingStorageUser` from Slurm configuration that was causing harmless error messages. +- Fix clustermgtd failing to detect compute node bootstrap timeouts, which prevented the cluster from entering protected mode. 3.15.0 ------