You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to forum member peter in the following forum post for highlighting this issue. The end time of pool scrub jobs is almost always around 2 seconds after the start time; indicating a bug in the update mechanism of this UI element. Note that the associated pool scrub end time, as presented on the relevant pool details page (scrub tab), is updated correctly.
A resolution to this bug has been found and a pull request is being prepared.
Scrub task end times were incorrectly updated directly
after scrub task initialization. They were not updated
there after. This resulted in premature end times of
start time + 2 seconds.
Move end time update, and consequent db save, to
directly after current scrub state is assessed as terminal.
phillxnet
added a commit
to phillxnet/rockstor-core
that referenced
this issue
Aug 22, 2017
Scrub task end times were incorrectly updated directly
after scrub task initialization. They were not updated
there after. This resulted in premature end times of
start time + 2 seconds.
Move end time update, and consequent db save, to
directly after current scrub state is assessed as terminal.
Thanks to forum member peter in the following forum post for highlighting this issue. The end time of pool scrub jobs is almost always around 2 seconds after the start time; indicating a bug in the update mechanism of this UI element. Note that the associated pool scrub end time, as presented on the relevant pool details page (scrub tab), is updated correctly.
A resolution to this bug has been found and a pull request is being prepared.
Please update the following forum thread with this issues resolution:
https://forum.rockstor.com/t/scheduled-scrub-not-running/3608/18
The text was updated successfully, but these errors were encountered: