[ARVADOS] updated: 1.1.1-229-g9379719

Git user git at public.curoverse.com
Tue Dec 12 13:58:55 EST 2017


Summary of changes:
 services/nodemanager/arvnodeman/daemon.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  9379719d46bb351f87aa9c32a0325a65900b9faa (commit)
      from  ba6e96dfc00cc6ce4f6ab299bdbff616a523ce90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9379719d46bb351f87aa9c32a0325a65900b9faa
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Dec 12 13:58:16 2017 -0500

    12614: Support daemon actor aware of 'fail' node state
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/nodemanager/arvnodeman/daemon.py b/services/nodemanager/arvnodeman/daemon.py
index ca3029d..d3cd176 100644
--- a/services/nodemanager/arvnodeman/daemon.py
+++ b/services/nodemanager/arvnodeman/daemon.py
@@ -280,6 +280,7 @@ class NodeManagerDaemonActor(actor_class):
             "unpaired": 0,
             "busy": 0,
             "idle": 0,
+            "fail": 0,
             "down": 0,
             "shutdown": 0
         }
@@ -321,7 +322,7 @@ class NodeManagerDaemonActor(actor_class):
                           counts["unpaired"],
                           counts["idle"],
                           busy_count,
-                          counts["down"],
+                          counts["down"]+counts["fail"],
                           counts["shutdown"])
 
         if over_max >= 0:

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list