Bug 1432412
Summary: | incorrect InfoIcon tooltip when importing VM through KVM | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | kuwei <kuwei> | ||||
Component: | ovirt-engine | Assignee: | Michal Skrivanek <michal.skrivanek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Nisim Simsolo <nsimsolo> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.1.0 | CC: | apinnick, juzhou, lsurette, michal.skrivanek, mxie, mzhan, nsimsolo, rbalakri, Rhev-m-bugs, srevivo, tjelinek, tzheng, xiaodwan, ykaul, ylavi | ||||
Target Milestone: | ovirt-4.2.0 | ||||||
Target Release: | 4.2.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-05-15 17:41:09 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
well, the /path can be either /system or /session, so I agree it is not so clear. Maybe only replace the one example: qemu+ssh://root@<hostname>/path by two: qemu+ssh://root@<hostname>/system qemu+ssh://root@<hostname>/session Moving to MODIFIED, as the patch has been merged long time ago (hoping no additional patches are needed). INFO: Bug status wasn't changed from MODIFIED to ON_QA due to the following reason: [No relevant external trackers attached] For more info please contact: rhv-devops Verification build: ovirt-engine-4.2.0-0.0.master.20171106202508.gitf5140b9.el7.centos The next two lines are now mentioned in InfoIcon tooltip: qemu+tcp://hostname/system qemu+ssh://root@hostname/session Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:1488 BZ<2>Jira Resync |
Created attachment 1263279 [details] screenshot Description of problem: The help info about "Import Virtual Machine through KVM" option on RHV4.1 should be "qemu+ssh://root@<hostname>/system" Version-Release number of selected component (if applicable): rhv-4.1.1.2-0.1.el7 How reproducible: 100% Steps to Reproduce: 1:Configure ssh-agent between kvm server and host server which registered in rhv4.1 2:Login with administration portal on rhv4.1 , System->Virtual Machines->Import. Click "Import" button, then "Import Virtual Machine(s)" window pop up. Then you choose Source KVM(via libvirt) 3:See the "URL" option tips,it shows "qemu+ssh://root@<hostname>/path",then type the right information about your kvm server,click "Load" button,but can't load the guest list from KVM server. Actual results: as above Expected results: Should load guest list from KVM Source successfully using help info. Additional info: When using "qemu+ssh://root@<hostname>/system",we can load guest list.