Advertisement
Guest User

Untitled

a guest
Mar 21st, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. 2015-03-21 13:57:16 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND Enter the name of the cluster to which you want to add the host (Default) [Default]:
  2. 2015-03-21 13:57:19 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:626 Adding the host to the cluster
  3. 2015-03-21 13:57:20 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:652 Cannot add the host to cluster Default
  4. Traceback (most recent call last):
  5. File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/engine/add_host.py", line 644, in _closeup
  6. override_iptables=True,
  7. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line 13278, in add
  8. headers={"Expect":expect, "Correlation-Id":correlation_id}
  9. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 88, in add
  10. return self.request('POST', url, body, headers)
  11. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 118, in request
  12. persistent_auth=self._persistent_auth)
  13. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 146, in __doRequest
  14. persistent_auth=persistent_auth
  15. File "/usr/lib/python2.7/site-packages/ovirtsdk/web/connection.py", line 134, in doRequest
  16. raise RequestError, response
  17. RequestError: ^M
  18. status: 409^M
  19. reason: Conflict^M
  20. detail: Cannot add Host. Connecting to host via SSH has failed, verify that the host is reachable (IP address, routable address etc.) You may refer to the engine.log file for further details.
  21. 2015-03-21 13:57:20 ERROR otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:660 Cannot automatically add the host to cluster Default:
  22. Cannot add Host. Connecting to host via SSH has failed, verify that the host is reachable (IP address, routable address etc.) You may refer to the engine.log file for further details.
  23.  
  24. 2015-03-21 13:57:20 DEBUG otopi.context context._executeMethod:152 method exception
  25. Traceback (most recent call last):
  26. File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142, in _executeMethod
  27. method['method']()
  28. File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/engine/add_host.py", line 667, in _closeup
  29. cluster=cluster_name,
  30. RuntimeError: Cannot add the host to cluster Default
  31. 2015-03-21 13:57:20 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Closing up': Cannot add the host to cluster Default
  32. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:490 ENVIRONMENT DUMP - BEGIN
  33. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/error=bool:'True'
  34. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>, RuntimeError('Cannot add the host to cluster Default',), <traceback object at 0x3be97a0>)]'
  35. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:500 ENV CORE/modifiedFiles=list:'['/etc/vdsm/vdsm.conf', '/etc/ovirt-hosted-engine/vm.conf', '/etc/ovirt-hosted-engine/hosted-engine.conf', '/etc/ovirt-hosted-engine-ha/broker.conf', '/etc/ovirt-hosted-engine/iptables.example', '/etc/ovirt-hosted-engine/firewalld/hosted-console.xml', '/etc/ovirt-hosted-engine/vm.conf', '/root/.ssh/authorized_keys']'
  36. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:500 ENV OVEHOSTED_ENGINE/clusterName=str:'Default'
  37. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:500 ENV OVEHOSTED_ENGINE/temporaryCertificate=str:'/tmp/engine-ca7WE4zr.crt'
  38. 2015-03-21 13:57:20 DEBUG otopi.context context.dumpEnvironment:504 ENVIRONMENT DUMP - END
  39. 2015-03-21 13:57:20 INFO otopi.context context.runSequence:417 Stage: Clean up
  40. 2015-03-21 13:57:20 DEBUG otopi.context context.runSequence:421 STAGE cleanup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement