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
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
If a download is requested very soon after a controller node is restarting for whatever reason, the nodename for the 'other' controller could still be 'None' This would cause a download ticket to be created for a server named 'None_' which will then never finish, the ticket wiill just stay open forever.
Consider hard-coding nodenames so that a controller always knows it's name at startup and does not use the fqdn or hostname.