Bug 1182344
| Summary: | [RFE] Provide more informative error messages for iso-uploader failures | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Jake Hunsaker <jhunsaker> |
| Component: | ovirt-iso-uploader | Assignee: | Lev Veyde <lveyde> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Gonza <grafuls> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.5 | CC: | bugs, dfediuck, ecohen, gklein, iheim, lsurette, lveyde, movciari, rbalakri, sbonazzo, yeylon, ylavi |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | 3.6.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | integration | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
the tool now provide more information on connection
failures, so now more specific information will be available to users.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-04 13:54:33 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: | 1234840 | ||
|
Description
Jake Hunsaker
2015-01-14 22:27:05 UTC
should this be on POST? No, it's the correct status. Verified with: rhevm-iso-uploader-3.6.0-0.2.alpha.gitea4158a.el6ev.noarch ## Case with no network connection # engine-iso-uploader --conf-file=/tmp/isouploader.conf upload /tmp/cd57.iso ERROR: Problem connecting to the REST API at https://gr2.rhev.lab.eng.brq.redhat.com:443/api [ERROR]::RHEV API connection failure, (7, "couldn't connect to host") ## Case with wrong ca.crt # engine-iso-uploader --conf-file=/tmp/isouploader.conf upload /tmp/cd57.iso ERROR: Problem connecting to the REST API at https://gr2.rhev.lab.eng.brq.redhat.com:443/api [ERROR]::RHEV API connection failure, (77, 'Problem with the SSL CA cert (path? access rights?)') ## Case with wrong login details # engine-iso-uploader --conf-file=/tmp/isouploader.conf upload /tmp/cd57.iso ERROR: Unable to connect to REST API at https://gr2.rhev.lab.eng.brq.redhat.com:443/api Host returned a 401 Unauthorized error. Please check the provided username and password. ## Case with ovirt-engine service stopped # engine-iso-uploader --conf-file=/tmp/isouploader.conf upload /tmp/cd57.iso ERROR: Unable to connect to REST API at https://gr2.rhev.lab.eng.brq.redhat.com:443/api Host returned a 503 Service Unavailable error. Please ensure the engine is running and the webUI is accessible. oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one. |