Skip to content

Commit

Permalink
Upload more logs from login node and external dbd node
Browse files Browse the repository at this point in the history
More logs help debugging.

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Apr 24, 2024
1 parent 370f7b1 commit e58afef
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"node_roles": [
"ComputeFleet",
"HeadNode",
"LoginNode",
"ExternalSlurmDbd"
],
"feature_conditions": []
Expand All @@ -41,7 +42,9 @@
],
"node_roles": [
"ComputeFleet",
"HeadNode"
"HeadNode",
"LoginNode",
"ExternalSlurmDbd"
],
"feature_conditions": []
},
Expand All @@ -56,6 +59,7 @@
"platforms": {{ default_platforms | tojson}},
"node_roles": [
"HeadNode",
"LoginNode",
"ExternalSlurmDbd"
],
"feature_conditions": []
Expand Down

0 comments on commit e58afef

Please sign in to comment.