Skip to content
Snippets Groups Projects
Commit b24abd9d authored by Morris Jette's avatar Morris Jette
Browse files

Update pack job start info if time limit changed between min/max value

parent 038d6ec2
No related branches found
No related tags found
No related merge requests found
......@@ -3039,7 +3039,9 @@ static int _pack_start_now(pack_job_map_t *map, node_space_map_t *node_space)
* beforehand for _reset_job_time_limit. */
if (reset_time)
_reset_job_time_limit(job_ptr, now, node_space);
}
}
if (reset_time)
jobacct_storage_job_start_direct(acct_db_conn, job_ptr);
}
list_iterator_destroy(iter);
......
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