Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 694778

Summary: It's better to add converting a remote KVM virtual machine to RHEV to guide.
Product: Red Hat Enterprise Linux 6 Reporter: yuping zhang <yupzhang>
Component: doc-V2V_GuideAssignee: Cheryn Tan <chetan>
Status: CLOSED CURRENTRELEASE QA Contact: John Skeoch <jskeoch>
Severity: high Docs Contact:
Priority: high    
Version: 6.1CC: leiwang, mshao, qguan, rlandman, rwu, syeghiay, whuang, yupzhang
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-22 23:55:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description yuping zhang 2011-04-08 11:17:45 UTC
Description of problem:

Description problems:
http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/V2V_Guide/convert-a-local-kvm-guest.html

As we can convert a remote KVM VM  to RHEV use command:

virt-v2v -icqemu+ssh://root.com/system  -o rhev -os storage.example.com:/exportdomain --network rhevm vm-name


In chapter 3,it's better to add this:converting a remote KVM virtual machine to RHEV.
It's more useful for customer if the virt-v2v host is different from a KVM host which running VMs.


Set Priority and priority to high,high, as it's better to fix this doc bug in
rhel-6.1.0.

Comment 3 Cheryn Tan 2011-04-11 08:20:57 UTC
Section 3.2.2.6 Converting a remote KVM virtual machine has been added:

http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/V2V_Guide/convert-a-remote-kvm-guest.html

Comment 5 yuping zhang 2011-04-12 02:07:59 UTC
Verified Section 3.2.2.6 Converting a remote KVM Virtual Machine.

http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/V2V_Guide/convert-a-remote-kvm-guest.html

Added converting a remote KVM virtual machine to RHEV in Guide,that's fine to me.

But in 3.2.2.5. Converting a local KVM Virtual Machine
 http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/V2V_Guide/convert-a-local-kvm-guest.html
I found the command changed from:

virt-v2v -o rhev -os storage.example.com:/exportdomain --network rhevm vm-name

to

virt-v2v -ic qemu+ssh://root.com/system -o rhev -os storage.example.com:/exportdomain --network rhevm vm-name

-ic URI Specifies the connection to use when using the libvirt input method. If omitted, this defaults to qemu:///system.So if convert a local KVM VM,there is no need to add -ic qemu+ssh://... 

Hi Cheryn,can you confirm it?

Comment 6 Cheryn Tan 2011-04-12 07:47:14 UTC
Yes you're right, good catch. I must've changed it by accident. It's fixed now.

http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/V2V_Guide/convert-a-local-kvm-guest.html

Comment 7 Andrew Ross 2011-04-12 21:11:57 UTC
Verified:Red_Hat_Enterprise_Linux-V2V_Guide-96-web-en-US-1-21.el5

3.2.2.5. Converting a local KVM Virtual Machine
reverted to text in comment#5