Bug 1702033
| Summary: | conversion hosts are not tagged properly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> | ||||
| Component: | V2V | Assignee: | Fabien Dupont <fdupont> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Yadnyawalk Tale <ytale> | ||||
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
| Priority: | high | ||||||
| Version: | 5.10.2 | CC: | bthurber, fdupont, mshriver, sshveta | ||||
| Target Milestone: | GA | Keywords: | ZStream | ||||
| Target Release: | 5.10.7 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | https://github.com/ManageIQ/manageiq/pull/18505 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 5.10.4.1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1695855 | Environment: | |||||
| Last Closed: | 2019-06-11 10:25:29 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | V2V | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1695855 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Comment 2
CFME Bot
2019-04-24 19:48:44 UTC
Created attachment 1561953 [details]
No tags
Hi ,
I have added all the Rhev hosts are conversion hosts.
But they do not shows tagged in UI as in attached screenshot .
tested in 5.10.4.1.20190430152139_40a1d86
ConversionHost.all => #<ActiveRecord::Relation [#<ConversionHost id: 1, name: "env-rhv42-01.cfme2.lab.eng.rdu2.redhat.com", address: nil, type: nil, resource_type: "Host", resource_id: 3, version: nil, max_concurrent_tasks: nil, vddk_transport_supported: true, ssh_transport_supported: nil, created_at: "2019-05-02 19:27:36", updated_at: "2019-05-02 19:27:49", concurrent_transformation_limit: nil, cpu_limit: nil, memory_limit: nil, network_limit: nil, blockio_limit: nil>, #<ConversionHost id: 2, name: "env-rhv42-02.cfme2.lab.eng.rdu2.redhat.com", address: nil, type: nil, resource_type: "Host", resource_id: 4, version: nil, max_concurrent_tasks: nil, vddk_transport_supported: true, ssh_transport_supported: nil, created_at: "2019-05-02 19:28:55", updated_at: "2019-05-02 19:29:00", concurrent_transformation_limit: nil, cpu_limit: nil, memory_limit: nil, network_limit: nil, blockio_limit: nil>, #<ConversionHost id: 3, name: "env-rhv42-03.cfme2.lab.eng.rdu2.redhat.com", address: nil, type: nil, resource_type: "Host", resource_id: 5, version: nil, max_concurrent_tasks: nil, vddk_transport_supported: true, ssh_transport_supported: nil, created_at: "2019-05-02 19:29:22", updated_at: "2019-05-02 19:29:28", concurrent_transformation_limit: nil, cpu_limit: nil, memory_limit: nil, network_limit: nil, blockio_limit: nil>]> I do confirm that it's not needed. Though, we didn't remove the tagging for UI consistency. Two options there: 1. drop tagging of conversion host resource, 2. fix tagging in 5.10.5, as it's not critical. So, for now, let's move this one to 5.10.5, and decide later. Moving to 5.10.6 as priority is set on conversion host management UI. With the UI for Conversion Host management, we don't need tags to identify conversion hosts, so we should drop this feature. I'm closing as WONTFIX. |