chime-experiment / coco

A Config Controller
https://chime-coco.readthedocs.io/
GNU General Public License v3.0
3 stars 2 forks source link

Stop nodes added to the blocklist #238

Open andrerenard opened 3 years ago

andrerenard commented 3 years ago

Currently if a running node is added to the blocklist, it will keep running. This can cause array synchronization issues, since coco stops updating that node. Ideally we shouldn't have to rely on someone remembering to also stop the kotekan service on that node, and just issue a /kill call from coco to any node added to the block list. If the node already happens to be stopped the call will have no effect.