Actions
Bug #8716
closed[NODEMANAGER] attribute "cloud_size" is not a callable
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
2016-03-15_20:40:38.82917 2016-03-15 20:40:38 pykka[17697] DEBUG: Registered ComputeNodeSetupActor (urn:uuid:164fbd1a-431c-4618-92c7-368b09db6f73) 2016-03-15_20:40:38.82943 2016-03-15 20:40:38 pykka[17697] DEBUG: Starting ComputeNodeSetupActor (urn:uuid:164fbd1a-431c-4618-92c7-368b09db6f73) 2016-03-15_20:40:38.83942 2016-03-15 20:40:38 pykka[17697] ERROR: Unhandled exception in NodeManagerDaemonActor (urn:uuid:d96250c2-6d86-4e21-9aca-63005b3ed367): 2016-03-15_20:40:38.83945 Traceback (most recent call last): 2016-03-15_20:40:38.83946 File "/usr/lib/python2.7/dist-packages/pykka/actor.py", line 200, in _actor_loop 2016-03-15_20:40:38.83947 response = self._handle_receive(message) 2016-03-15_20:40:38.83948 File "/usr/lib/python2.7/dist-packages/pykka/actor.py", line 294, in _handle_receive 2016-03-15_20:40:38.83949 return callee(*message['args'], **message['kwargs']) 2016-03-15_20:40:38.83949 File "/usr/local/lib/python2.7/dist-packages/arvnodeman/daemon.py", line 346, in wrapper 2016-03-15_20:40:38.83950 return orig_func(self, *args, **kwargs) 2016-03-15_20:40:38.83951 File "/usr/local/lib/python2.7/dist-packages/arvnodeman/daemon.py", line 398, in stop_booting_node 2016-03-15_20:40:38.83952 if node.cloud_size.get().id == size.id and node.stop_if_no_cloud_node().get(): 2016-03-15_20:40:38.83954 File "/usr/local/lib/python2.7/dist-packages/arvnodeman/baseactor.py", line 63, in __getattr__ 2016-03-15_20:40:38.83955 raise AttributeError('attribute "%s" is not a callable on %s' % (name, self)) 2016-03-15_20:40:38.83956 AttributeError: attribute "cloud_size" is not a callable on <ActorProxy for ComputeNodeSetupActor (urn:uuid:164fbd1a-431c-4618-92c7-368b09db6f73), attr_path=()> 2016-03-15_20:40:38.83984 2016-03-15 20:40:38 pykka[17697] DEBUG: Unregistered NodeManagerDaemonActor (urn:uuid:d96250c2-6d86-4e21-9aca-63005b3ed367) 2016-03-15_20:40:38.92168 2016-03-15 20:40:38 ComputeNodeSetupActor.368b09db6f73[17697] INFO: Sending create_node request for node size Standard_D13_v2.
Files
Updated by Brett Smith over 8 years ago
- Status changed from New to Resolved
Fixed in 94b848446ef76ecdebc514a3262e735a59d08e78.
Updated by Brett Smith over 8 years ago
- Status changed from Resolved to Duplicate
Actions