Descriptionkuwei@redhat.com
2017-03-15 10:49:38 UTC
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.
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
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
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.