Skip to content
Snippets Groups Projects
Commit 79a7a8d4 authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - Make sure update is noticed

parent 1590544e
No related branches found
No related tags found
No related merge requests found
...@@ -282,6 +282,7 @@ static void _handle_soft_error_midplane(ba_mp_t *ba_mp, ...@@ -282,6 +282,7 @@ static void _handle_soft_error_midplane(ba_mp_t *ba_mp,
bg_record->bg_block_id, bg_record->bg_block_id,
bg_record->cnode_err_cnt, bg_record->cnode_err_cnt,
bg_record->err_ratio); bg_record->err_ratio);
last_bg_update = time(NULL);
} }
list_iterator_destroy(itr); list_iterator_destroy(itr);
} }
......
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