Last active
December 21, 2016 21:22
conductor errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor [req-5143660a-9fd7-4a48-8c27-7b15d1516509 - - - - -] Asynchronous exception for node 25aeac07-6a5f-4785-9528-9dda845d0ac2: Node failed to get image for deploy. Exception: Error rebooting node 25aeac07-6a5f-4785-9528-9dda845d0ac2 after deploy. Error: Failed to set node power state to power on. | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor Traceback (most recent call last): | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor File "/usr/lib/python2.7/site-packages/ironic/drivers/modules/agent_base_vendor.py", line 436, in heartbeat | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor self.continue_deploy(task, **kwargs) | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor File "/usr/lib/python2.7/site-packages/ironic/conductor/task_manager.py", line 141, in wrapper | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor return f(*args, **kwargs) | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor File "/usr/lib/python2.7/site-packages/ironic/drivers/modules/iscsi_deploy.py", line 865, in continue_deploy | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor self.reboot_and_finish_deploy(task) | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor File "/usr/lib/python2.7/site-packages/ironic/drivers/modules/agent_base_vendor.py", line 740, in reboot_and_finish_deploy | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor self._log_and_raise_deployment_error(task, msg) | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor File "/usr/lib/python2.7/site-packages/ironic/drivers/modules/agent_base_vendor.py", line 679, in _log_and_raise_deployment_error | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor raise exception.InstanceDeployFailure(msg) | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor InstanceDeployFailure: Error rebooting node 25aeac07-6a5f-4785-9528-9dda845d0ac2 after deploy. Error: Failed to set node power state to power on. | |
2016-12-21 19:39:48.580 15202 ERROR ironic.drivers.modules.agent_base_vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------------------+-------------------------------------------------------------------------+ | |
| Property | Value | | |
+------------------------+-------------------------------------------------------------------------+ | |
| chassis_uuid | | | |
| clean_step | {} | | |
| console_enabled | False | | |
| created_at | 2016-12-21T16:09:46+00:00 | | |
| driver | pxe_ipmitool | | |
| driver_info | {u'ipmi_password': u'******', u'ipmi_address': u'xxx.xxx.xxx.xxx', | | |
| | u'ipmi_username': u'root', u'deploy_kernel': u'4c83e1d6-e371-4b2e- | | |
| | 8fd2-95a356e98eef', u'deploy_ramdisk': u'70be6abb-72c5-4e16-857d- | | |
| | c605d4ff8b19'} | | |
| driver_internal_info | {u'agent_url': u'http://192.168.24.12:9999', u'root_uuid_or_disk_id': | | |
| | u'8435d9ea-5264-4320-ba24-fb11313223c9', u'is_whole_disk_image': False, | | |
| | u'agent_last_heartbeat': 1482348643} | | |
| extra | {u'hardware_swift_object': u'extra_hardware- | | |
| | bcd88596-fbc8-4d38-9e94-95eb0f6a9f08'} | | |
| inspection_finished_at | None | | |
| inspection_started_at | None | | |
| instance_info | {} | | |
| instance_uuid | None | | |
| last_error | None | | |
| maintenance | False | | |
| maintenance_reason | None | | |
| name | None | | |
| power_state | power off | | |
| properties | {u'cpu_arch': u'x86_64', u'cpus': u'72', u'capabilities': | | |
| | u'profile:control,boot_option:local', u'memory_mb': u'753664', | | |
| | u'local_gb': u'556', u'root_devices': {u'serial': | | |
| | u'600605b00a43aa80ff00022720fea82e'}} | | |
| provision_state | available | | |
| provision_updated_at | 2016-12-21T19:33:26+00:00 | | |
| raid_config | | | |
| reservation | None | | |
| target_power_state | None | | |
| target_provision_state | None | | |
| target_raid_config | | | |
| updated_at | 2016-12-21T20:46:41+00:00 | | |
| uuid | bcd88596-fbc8-4d38-9e94-95eb0f6a9f08 | | |
+------------------------+-------------------------------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment