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
tree mode: fix error with intermediate gateways (#471)
Intermediate gateways create a TreeWorker with a topology passed by the parent node and a new root node, and instantiate their own PropagationNodeRouter object. When such TreeWorker is scheduled, we should set the task's default router from it properly. The error seen was: ... File "ClusterShell/Propagation.py", line 411, in ev_close self.task.router.mark_unreachable(gateway) AttributeError: 'NoneType' object has no attribute 'mark_unreachable' Fixes#471
0 commit comments