Skip to content

Commit c9c7b29

Browse files
authored
Always configure slurmdbd CloudWatch log on head (#1542)
Removed restriction to only configure slurmdbd CloudWatch logging if Slurm Accounting was enabled.
1 parent 72c3322 commit c9c7b29

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

cookbooks/aws-parallelcluster-config/files/default/cloudwatch_agent/cloudwatch_log_files.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -273,16 +273,7 @@
273273
"node_roles": [
274274
"HeadNode"
275275
],
276-
"feature_conditions": [
277-
{
278-
"dna_key": [
279-
"slurm",
280-
"database",
281-
"enabled"
282-
],
283-
"satisfying_values": ["true", "yes"]
284-
}
285-
]
276+
"feature_conditions": []
286277
},
287278
{
288279
"timestamp_format_key": "default",

0 commit comments

Comments
 (0)