reload_unavailable

Diagnostic `nanook::admin::reload_unavailable`

Summary

reload listener has gone away

Help

the engine has shut down : restart nanook to recover

Details

When this fires

Dispatch::reload in nanook-admin/src/dispatch.rs tried to push onto the flume channel that the CLI's run loop drains, and the receiver is gone. In practice that means the engine has shut down (or is mid-shutdown) but the admin server is briefly still answering. Operators normally hit this once during shutdown races.

What to check

  • Restart the agent so a fresh ReloadSignal channel is wired up:
systemctl restart nanook
nanook ctl reload
  • If this keeps coming back without an obvious crash, capture logs at debug and file an issue.