Bug 1141680
Summary: | [RFE] virt-v2 should support convert a domain with using domain's UUID instead of domain name | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | zhoujunqin <juzhou> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | codong, dyuan, mbooth, mzhan, ptoscano, tzheng |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | V2V | ||
Fixed In Version: | libguestfs-1.27.46-1.1.el7 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 13:44:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
zhoujunqin
2014-09-15 08:38:19 UTC
Upstream fix: https://github.com/libguestfs/libguestfs/commit/a417287e0abe09f00bd9160f5b4336d493d0924c https://github.com/libguestfs/libguestfs/commit/47251a3599b1477d7c3749912b404c756e613be6 Try to verify with new build: libguestfs-1.27.46-1.1.el7.x86_64 virt-v2v-1.27.46-1.1.el7.x86_64 steps: Using domain's UUID when converting a domain from xen server: # virsh -c xen+ssh://10.66.106.64 dominfo rhel6.6-pv-x64-test Id: - Name: rhel6.6-pv-x64-test UUID: 1be6394a-de41-c664-e3c6-86fc2c158b93 State: shut off CPU(s): 1 Max memory: 524288 KiB Used memory: 524288 KiB Persistent: yes Autostart: disable Managed save: unknown # virt-v2v -ic xen+ssh://10.66.106.64 -os default 1be6394a-de41-c664-e3c6-86fc2c158b93 [ 0.0] Opening the source -i libvirt -ic xen+ssh://10.66.106.64 1be6394a-de41-c664-e3c6-86fc2c158b93 [ 16.0] Creating an overlay to protect the source from being modified [ 30.0] Opening the overlay [ 49.0] Initializing the target -o libvirt -os default [ 49.0] Inspecting the overlay [ 53.0] Checking for sufficient free disk space in the guest [ 53.0] Estimating space required on target for each disk [ 53.0] Converting Red Hat Enterprise Linux Server release 6.6 Beta (Santiago) to run on KVM [ 90.0] Mapping filesystem data to avoid copying unused and blank areas [ 91.0] Closing the overlay [ 91.0] Copying disk 1/1 to /var/lib/libvirt/images/rhel6.6-pv-x64-test-sda (raw) (100.00/100%) [ 166.0] Creating output metadata Pool default refreshed Domain rhel6.6-pv-x64-test defined from /tmp/v2vlibvirt87020b.xml [ 166.0] Finishing off since using a domain's uuid when conversion works well, move this bug from ON_QA to verified. 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://rhn.redhat.com/errata/RHBA-2015-0303.html |