Comment 0 for bug 1842362

Revision history for this message
Paul Collins (pjdc) wrote :

By design, status-set blocked followed by status-set active does not clear blocked until the next hook is run.

This happens because install_prometheus_mongodb_exporter is called before maybe_monitor_juju_db, which is what triggers the chain of events that results in install_prometheus_mongodb_exporter and setting active, which is then too late.

The blocked state is cleared on the next run of the update-status hook, so this isn't the end of the world.