Bug 2000506
Summary: | RFE: Support fetching <genid> from VMware guests | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Vera <vwu> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
libvirt sub component: | General | QA Contact: | Vera <vwu> |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | berrange, cww, dyuan, fjin, hhan, jdenemar, jferlan, jsuchane, juzhang, knoel, lersek, lmen, marcandre.lureau, mbaissac, mprivozn, mtessun, mxie, mzhan, rhod, rjones, tzheng, virt-bugs, virt-maint, xfu, xuzhang, yisun |
Version: | 9.0 | Keywords: | FutureFeature, TestOnly, Upstream |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-7.6.0 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | 1598348 | Environment: | |
Last Closed: | 2023-02-16 22:24:28 UTC | Type: | Feature Request |
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: | 1118834, 1149445, 1159983, 1591628, 1598348 | ||
Bug Blocks: | 910269, 1118825, 1159981, 1477664 |
Description
Vera
2021-09-02 09:53:54 UTC
Removing ITR, it's a side effect of cloning bugs... Removing Triaged keyword and assigned directly to Michal since he owns the cloned from bug and will need to handle for RHEL9. I'm guessing this would already be fixed in 9-Beta, so one could set TestOnly keyword and go directly to ON_QA with whatever patch resolved the issue for 8.5.0 (In reply to John Ferlan from comment #2) > I'm guessing this would already be fixed in 9-Beta, so one could set > TestOnly keyword and go directly to ON_QA with whatever patch resolved the > issue for 8.5.0 Indeed. Doing so now. Verified with the build: libvirt-7.7.0-1.el9.x86_64 # virsh -c vpx://root.198.169/data/10.73.199.217/?no_verify=1 dumpxml esx7.0-win2019-x86_64 Enter root's password for 10.73.198.169: <domain type='vmware' xmlns:vmware='http://libvirt.org/schemas/domain/vmware/1.0'> <name>esx7.0-win2019-x86_64</name> <uuid>4203fb76-a391-6c63-86cf-7e6a25f6285a</uuid> <genid>5cc07933-0fbb-e06c-be9b-a908c5f8121b</genid> ...... The issue has been fixed. Moving the bug from ON_QA to Verified. Verified with libvirt-8.0.0-7.el9_0.x86_64 # virsh -c vpx://root.198.169/data/10.73.199.217/?no_verify=1 dumpxml esx7.0-win2019-x86_64 Enter root's password for 10.73.198.169: <domain type='vmware' xmlns:vmware='http://libvirt.org/schemas/domain/vmware/1.0'> <name>esx7.0-win2019-x86_64</name> <uuid>4203fb76-a391-6c63-86cf-7e6a25f6285a</uuid> <genid>5cc07933-0fbb-e06c-be9b-a908c5f8121b</genid> ....... Closing as CURRENTRELEASE as RHEL 9.0 GA'ed in May 2022 |