5842: Node Manager shuts down booted nodes if they can't do compute work.
authorBrett Smith <brett@curoverse.com>
Wed, 6 May 2015 20:07:33 +0000 (16:07 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 6 May 2015 20:57:23 +0000 (16:57 -0400)
commit42b7aeb02200285fe3390eefa48be28baee3ca58
tree22bee2290f3f7ceb18cabefcdcf2554505142686
parente7e61999bf577b3ba5308c747dda4a0011516aa7
5842: Node Manager shuts down booted nodes if they can't do compute work.

If a booted node is not able to do work (it's not idle or busy),
consider that a bootstrapping failure and shut it down, just like a
failure to pair with an Arvados node.
services/nodemanager/arvnodeman/daemon.py
services/nodemanager/tests/test_daemon.py