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
lock a semaphore slot before finalizing/rebooting (/pre-reboot)
unlock the semaphore slot after reboot (/report-steady)
In #233, @jlebon had some concerns that we are currently reporting steady quite early, i.e. as soon as the agent is properly initialized. His suggestion was to defer this action a bit more, and wait for a successful Cincinnati check too.
The text was updated successfully, but these errors were encountered:
When updates.enabled = false the agent skips straight from StartState to EndState. That means that any fleet_lock configuration is effectively ignored and /report-stedy is never hit. Is this behavior correct?
Followup from #233 (comment).
For context, the
fleet_lock
requires us to:/pre-reboot
)/report-steady
)In #233, @jlebon had some concerns that we are currently reporting steady quite early, i.e. as soon as the agent is properly initialized. His suggestion was to defer this action a bit more, and wait for a successful Cincinnati check too.
The text was updated successfully, but these errors were encountered: