From 8ca491c1548b6e24e698eae2ae9d887c1612155f Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 1 Aug 2002 00:12:14 +0000
Subject: [PATCH] Log node configuration at slurmd startup

---
 src/slurmd/slurmd.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/slurmd/slurmd.c b/src/slurmd/slurmd.c
index 56365d9f4a0..9f459a92940 100644
--- a/src/slurmd/slurmd.c
+++ b/src/slurmd/slurmd.c
@@ -184,7 +184,9 @@ int fill_in_node_registration_status_msg ( slurm_node_registration_status_msg_t
 	get_procs ( & node_reg_msg -> cpus );
 	get_memory ( & node_reg_msg -> real_memory_size ) ;
 	get_tmp_disk ( & node_reg_msg -> temporary_disk_space ) ;
-
+	info ("Configuration name=%s cpus=%u real_memory=%u, tmp_disk=%u", 
+		node_name, node_reg_msg -> cpus, 
+		node_reg_msg -> real_memory_size, node_reg_msg -> temporary_disk_space);
 	return SLURM_SUCCESS ;
 }
 
-- 
GitLab