[ARVADOS] updated: 1.1.3-70-gde9a366
Git user
git at public.curoverse.com
Thu Feb 15 15:34:11 EST 2018
Summary of changes:
services/nodemanager/arvnodeman/computenode/dispatch/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via de9a366cbd68a92e0189e9432e5e473320f3a803 (commit)
from f53e3ede584a9354ec2d73f67b6800949b3b4079 (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 de9a366cbd68a92e0189e9432e5e473320f3a803
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Feb 15 15:31:33 2018 -0500
Add missing parameter to update call.
fixes #12199
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/nodemanager/arvnodeman/computenode/dispatch/__init__.py b/services/nodemanager/arvnodeman/computenode/dispatch/__init__.py
index 597a011..37d7088 100644
--- a/services/nodemanager/arvnodeman/computenode/dispatch/__init__.py
+++ b/services/nodemanager/arvnodeman/computenode/dispatch/__init__.py
@@ -122,7 +122,7 @@ class ComputeNodeSetupActor(ComputeNodeStateChangeBase):
def prepare_arvados_node(self, node):
self._clean_arvados_node(node, "Prepared by Node Manager")
self.arvados_node = self._arvados.nodes().update(
- body={}, assign_slot=True).execute()
+ uuid=node['uuid'], body={}, assign_slot=True).execute()
self._later.create_cloud_node()
@ComputeNodeStateChangeBase._finish_on_exception
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list