From 3de706e19858d1ca6de4c4c8c74aade3f466cb72 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Tue, 31 Aug 2010 17:38:54 +0000
Subject: [PATCH] fix for the cluster object as well

---
 src/sacctmgr/cluster_functions.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sacctmgr/cluster_functions.c b/src/sacctmgr/cluster_functions.c
index 649e926639f..89aad42bcc8 100644
--- a/src/sacctmgr/cluster_functions.c
+++ b/src/sacctmgr/cluster_functions.c
@@ -318,6 +318,7 @@ extern int sacctmgr_add_cluster(int argc, char *argv[])
 			printf("  Classification= %s\n",
 			       get_classification_str(cluster->classification));
 
+		cluster->root_assoc->def_qos_id = start_assoc.def_qos_id;
 		cluster->root_assoc->shares_raw = start_assoc.shares_raw;
 
 		cluster->root_assoc->grp_cpus = start_assoc.grp_cpus;
-- 
GitLab