Skip to content
Snippets Groups Projects
Commit 7bd7847f authored by Kilian Cavalotti's avatar Kilian Cavalotti Committed by Tim Wickberg
Browse files

Fix the comment block for _update_node_filesystem().

Bug 6385.
parent 106666cb
No related branches found
No related tags found
No related merge requests found
...@@ -266,12 +266,12 @@ static int _read_lustre_counters(void) ...@@ -266,12 +266,12 @@ static int _read_lustre_counters(void)
return SLURM_SUCCESS; return SLURM_SUCCESS;
} }
/* /*
* _thread_update_node_energy calls _read_ipmi_values and updates all values *_update_node_filesystem()
* for node consumption *
* acct_gather_filesystem_p_node_update calls _update_node_filesystem and
* updates all values for node Lustre usage
*
*/ */
static int _update_node_filesystem(void) static int _update_node_filesystem(void)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment