Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: In CFME v2v conversion host is missing details. Essential information, like transport method, max_concurrent_tasks, is not exposed. In order to fetch such information, need to connect via CFME api/conversion_hosts, which is not a proper way, as well as not always known. Version-Release number of selected component (if applicable): CFME-5.11.0.26
Ilanit, max_concurrent_task is a global setting, as users have no graphical mean to change it. Exposing the transport method should easy though.
https://github.com/ManageIQ/manageiq-v2v/pull/1060
Ilanit, does this satisfy your requirement? (see the screenshot in https://github.com/ManageIQ/manageiq-v2v/pull/1060, where the transport method has been added to the list view)
Thanks Mike, Is it complex to move it inside the conversion host info (when clicking the "i" icon), right under Status and Message, as follows?: Status:... Message:... Transport method: VDDK
Ilanit, Not at all, in fact I implemented it that way already and then Vince asked me to move it out :) I'll put it back.
Scratch that, I discussed it with Vince and he thinks I should leave it where it is now -- I'll leave that between you two :)
Also need: https://github.com/ManageIQ/manageiq-v2v/pull/1092