Skip to content
Snippets Groups Projects
Commit f8a70d41 authored by Moe Jette's avatar Moe Jette
Browse files

Post to slurmdbd that a reservation has been found invalid (at reboot)

parent 365eb402
No related branches found
No related tags found
No related merge requests found
......@@ -1662,6 +1662,7 @@ static void _validate_all_reservations(void)
if (!_validate_one_reservation(resv_ptr)) {
error("Purging invalid reservation record %s",
resv_ptr->name);
_post_resv_delete(resv_ptr);
_clear_job_resv(resv_ptr);
list_delete_item(iter);
} else {
......
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