Bug 1159028
| Summary: | Installation of second host failed, when try to fetch answer file IOError: [Errno 2] No such file | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Artyom <alukiano> |
| Component: | ovirt-engine-setup | Assignee: | Sandro Bonazzola <sbonazzo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Artyom <alukiano> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 3.5.0 | CC: | aristotleahito, bazulay, bcarlson, ebenahar, ecohen, gklein, iheim, lsurette, rbalakri, Rhev-m-bugs, sherold, yeylon |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 3.5.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | integration | ||
| Fixed In Version: | ovirt-hosted-engine-setup-1.2.1-3.el6ev | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-12 14:10:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1147536, 1164308, 1164311 | ||
*** Bug 1158885 has been marked as a duplicate of this bug. *** Verified on ovirt-hosted-engine-setup-1.2.1-3.el6ev.noarch Can I get specific information on target file or something to move past this?
This still fails on ovirt-hosted-engine-setup-1.2.1-9.el6ev.noarch, original host/hosted engine installed earlier 2015-03-06 and running:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod
method['method']()
File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/core/remot
e_answerfile.py", line 283, in _customization
self._fetch_answer_file()
File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/core/remot
e_answerfile.py", line 143, in _fetch_answer_file
self._tmp_ans
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 595, in get
fr = self.file(remotepath, 'rb')
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 245, in open
t, msg = self._request(CMD_OPEN, filename, imode, attrblock)
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 624, in _request
return self._read_response(num)
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 671, in _read_response
self._convert_status(msg)
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 697, in _convert_status
raise IOError(errno.ENOENT, text)
IOError: [Errno 2] No such file
Can you check version of original hosted-engine? Why you just not update it? Anyway it some small patch, so you can apply it by yourself, just check link on gerrit(you need to apply this one on first host). This is a for an initial install of RHEVM 3.5 GA, all items (initial host, initial hosted-engine, the second host) all installed on the same day. That said, this and other issues prompted a clear and reinstall. any update on this.. im having the same issue
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod
method['method']()
File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/core/remote_answerfile.py", line 283, in _customization
self._fetch_answer_file()
File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/core/remote_answerfile.py", line 143, in _fetch_answer_file
self._tmp_ans
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 595, in get
fr = self.file(remotepath, 'rb')
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 245, in open
t, msg = self._request(CMD_OPEN, filename, imode, attrblock)
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 624, in _request
return self._read_response(num)
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 671, in _read_response
self._convert_status(msg)
File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 697, in _convert_status
raise IOError(errno.ENOENT, text)
IOError: [Errno 2] No such file
|
Description of problem: Installation of second host failed, when try to fetch answer file: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod method['method']() File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/core/remote_answerfile.py", line 289, in _customization self._fetch_answer_file() File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/core/remote_answerfile.py", line 145, in _fetch_answer_file self._tmp_ans File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 673, in get file_size = self.stat(remotepath).st_size File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 337, in stat t, msg = self._request(CMD_STAT, path) File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 689, in _request return self._read_response(num) File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 736, in _read_response self._convert_status(msg) File "/usr/lib/python2.6/site-packages/paramiko/sftp_client.py", line 762, in _convert_status raise IOError(errno.ENOENT, text) IOError: [Errno 2] No such file Version-Release number of selected component (if applicable): ovirt-hosted-engine-setup-1.2.1-2.el6ev.noarch How reproducible: Always Steps to Reproduce: 1. Finish hosted-engine --deploy on one host 2. Try to deploy second host 3. Actual results: Deployment failed with exception Expected results: Deployment success without any errors Additional info: