Activity log for bug #1445942

Date Who What changed Old value New value Message
2015-04-19 15:43:43 Andres Rodriguez bug added bug
2015-04-19 15:44:18 Andres Rodriguez maas: milestone 1.8.0
2015-04-19 15:44:20 Andres Rodriguez maas: importance Undecided Critical
2015-04-19 15:44:22 Andres Rodriguez maas: status New Confirmed
2015-04-19 15:44:34 Andres Rodriguez summary Unable to determine purpose for node: '%s'", u'node-08.maas' Unable to determine purpose for node: node-08.maas when deploying windows
2015-04-19 15:49:11 Andres Rodriguez summary Unable to determine purpose for node: node-08.maas when deploying windows Unable to determine purpose for node: node-08.maas when deploying multiple OS's
2015-04-19 15:52:18 Andres Rodriguez description When trying to deploy a window image, it is unable to determine the purpose and maas then crashes: ==> /var/log/maas/regiond.log <== 2015-04-19 23:40:31 [maasserver] ERROR: Unable to determine purpose for node: 'node-08.maas' 2015-04-19 23:40:31 [-] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 783, in __bootstrap self.__bootstrap_inner() File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 191, in _worker result = context.call(ctx, function, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) File "/usr/lib/python2.7/dist-packages/provisioningserver/utils/twisted.py", line 151, in wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/maasserver/utils/orm.py", line 404, in call_within_transaction return func_outside_txn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/maasserver/utils/orm.py", line 300, in retrier return func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/django/db/transaction.py", line 339, in inner return func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/maasserver/rpc/nodes.py", line 193, in request_node_info_by_mac_address return (node, node.get_boot_purpose()) File "/usr/lib/python2.7/dist-packages/maasserver/models/node.py", line 1819, in get_boot_purpose preseed_type = get_deploying_preseed_type_for(self) File "/usr/lib/python2.7/dist-packages/maasserver/preseed.py", line 379, in get_deploying_preseed_type_for purpose = get_available_purpose_for_node(purpose_order, node) File "/usr/lib/python2.7/dist-packages/maasserver/preseed.py", line 348, in get_available_purpose_for_node "Unable to determine purpose for node: '%s'", node.fqdn) maasserver.exceptions.PreseedError: (u"Unable to determine purpose for node: '%s'", u'node-08.maas') 2015-04-19 23:40:31 [RegionServer,5,127.0.0.1] RegionServer connection lost (HOST:IPv4Address(TCP, '127.0.0.1', 44884) PEER:IPv4Address(TCP, '12 7.0.0.1', 57821)) ==> /var/log/maas/clusterd.log <== 2015-04-19 23:40:31+0800 [ClusterClient,client] Unhandled error in Deferred: 2015-04-19 23:40:31+0800 [ClusterClient,client] Unhandled Error Traceback (most recent call last): Failure: twisted.protocols.amp.UnknownRemoteError: Code<UNKNOWN>: Unknown Error I was trying to deploy various OS at the same time, and the following error appeared: ==> /var/log/maas/regiond.log <== 2015-04-19 23:40:31 [maasserver] ERROR: Unable to determine purpose for node: 'node-08.maas' 2015-04-19 23:40:31 [-] Unhandled Error         Traceback (most recent call last):           File "/usr/lib/python2.7/threading.py", line 783, in __bootstrap             self.__bootstrap_inner()           File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner             self.run()           File "/usr/lib/python2.7/threading.py", line 763, in run             self.__target(*self.__args, **self.__kwargs)         --- <exception caught here> ---           File "/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 191, in _worker             result = context.call(ctx, function, *args, **kwargs)           File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext             return self.currentContext().callWithContext(ctx, func, *args, **kw)           File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext             return func(*args,**kw)           File "/usr/lib/python2.7/dist-packages/provisioningserver/utils/twisted.py", line 151, in wrapper             return func(*args, **kwargs)           File "/usr/lib/python2.7/dist-packages/maasserver/utils/orm.py", line 404, in call_within_transaction             return func_outside_txn(*args, **kwargs)           File "/usr/lib/python2.7/dist-packages/maasserver/utils/orm.py", line 300, in retrier             return func(*args, **kwargs)           File "/usr/lib/python2.7/dist-packages/django/db/transaction.py", line 339, in inner             return func(*args, **kwargs)           File "/usr/lib/python2.7/dist-packages/maasserver/rpc/nodes.py", line 193, in request_node_info_by_mac_address             return (node, node.get_boot_purpose())           File "/usr/lib/python2.7/dist-packages/maasserver/models/node.py", line 1819, in get_boot_purpose             preseed_type = get_deploying_preseed_type_for(self)           File "/usr/lib/python2.7/dist-packages/maasserver/preseed.py", line 379, in get_deploying_preseed_type_for             purpose = get_available_purpose_for_node(purpose_order, node)           File "/usr/lib/python2.7/dist-packages/maasserver/preseed.py", line 348, in get_available_purpose_for_node             "Unable to determine purpose for node: '%s'", node.fqdn)         maasserver.exceptions.PreseedError: (u"Unable to determine purpose for node: '%s'", u'node-08.maas') 2015-04-19 23:40:31 [RegionServer,5,127.0.0.1] RegionServer connection lost (HOST:IPv4Address(TCP, '127.0.0.1', 44884) PEER:IPv4Address(TCP, '12 7.0.0.1', 57821)) ==> /var/log/maas/clusterd.log <== 2015-04-19 23:40:31+0800 [ClusterClient,client] Unhandled error in Deferred: 2015-04-19 23:40:31+0800 [ClusterClient,client] Unhandled Error         Traceback (most recent call last):         Failure: twisted.protocols.amp.UnknownRemoteError: Code<UNKNOWN>: Unknown Error Node08 was a windows deployment. However, when individually deploying just one system, this error was not present.
2015-04-21 11:21:10 Andres Rodriguez maas: status Confirmed Triaged
2015-05-11 10:18:37 Andres Rodriguez maas: status Triaged Incomplete
2015-08-18 19:58:17 Andres Rodriguez maas: assignee Blake Rouse (blake-rouse)
2015-08-18 20:07:29 Andres Rodriguez maas: milestone 1.8.0 1.8.2
2015-08-19 13:16:26 Blake Rouse maas: status Incomplete In Progress
2015-08-19 14:09:57 Launchpad Janitor branch linked lp:~blake-rouse/maas/fix-1445942
2015-08-19 19:57:13 MAAS Lander maas: status In Progress Fix Committed
2015-08-19 20:45:51 Blake Rouse nominated for series maas/1.8
2015-08-19 20:45:51 Blake Rouse bug task added maas/1.8
2015-08-19 20:45:56 Blake Rouse maas: milestone 1.8.2 1.9.0
2015-08-19 20:45:58 Blake Rouse maas/1.8: status New In Progress
2015-08-19 20:46:00 Blake Rouse maas/1.8: importance Undecided Critical
2015-08-19 20:46:02 Blake Rouse maas/1.8: assignee Blake Rouse (blake-rouse)
2015-08-19 20:46:03 Blake Rouse maas/1.8: milestone 1.8.2
2015-08-19 20:51:19 Launchpad Janitor branch linked lp:~blake-rouse/maas/fix-1445942-1.8
2015-08-19 21:07:44 MAAS Lander maas/1.8: status In Progress Fix Committed
2015-08-25 15:18:23 Launchpad Janitor branch linked lp:~andreserl/maas/1.8.2
2016-01-05 15:04:49 Andres Rodriguez maas: status Fix Committed Fix Released
2016-08-22 20:57:30 Andres Rodriguez maas/1.8: status Fix Committed Fix Released