From 97600a4873a6020975ce4dc44d87168a064b6679 Mon Sep 17 00:00:00 2001 From: David Pratt Date: Mon, 26 Sep 2022 07:54:49 -0700 Subject: [PATCH] Always configure slurmdbd CloudWatch log on head Removed restriction to only configure slurmdbd CloudWatch logging if Slurm Accounting was enabled. --- .../cloudwatch_agent/cloudwatch_log_files.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/cookbooks/aws-parallelcluster-config/files/default/cloudwatch_agent/cloudwatch_log_files.json b/cookbooks/aws-parallelcluster-config/files/default/cloudwatch_agent/cloudwatch_log_files.json index 5a7ed6b2cc..6f58fd7dc0 100644 --- a/cookbooks/aws-parallelcluster-config/files/default/cloudwatch_agent/cloudwatch_log_files.json +++ b/cookbooks/aws-parallelcluster-config/files/default/cloudwatch_agent/cloudwatch_log_files.json @@ -273,16 +273,7 @@ "node_roles": [ "HeadNode" ], - "feature_conditions": [ - { - "dna_key": [ - "slurm", - "database", - "enabled" - ], - "satisfying_values": ["true", "yes"] - } - ] + "feature_conditions": [] }, { "timestamp_format_key": "default",