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 831897 - Some error need to be fixed in Chapter 4 && 22 for migration and trouble shooting
Summary: Some error need to be fixed in Chapter 4 && 22 for migration and trouble shoo...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-Virtualization_Administration_Guide
Version: 6.3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Laura Novich
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-14 03:10 UTC by weizhang
Modified: 2016-01-27 01:54 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-25 07:20:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description weizhang 2012-06-14 03:10:17 UTC
Description of problem:
1. http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Administration_Guide/chap-Virtualization_Administration_Guide-KVM_live_migration.html
Chapter 4. KVM live migration

in sentence:
"KVM also estimates transfer speed during migration, so when the remaining amount of data to transfer will take a certain configurable period of time (10ms by default), KVM stops the original guest, transfers the remaining data, and resumes the guest on the destination host."

KVM stops the original guest -> KVM suspends the original guest

4.1. Live migration requirements

in sentence:
"Both systems must have identical network configurations. All bridging and network configurations must be exactly the same on both hosts. "
"Shared storage must mount at the same location on source and destination systems. The mounted directory name must be identical."

Now migration can succeed with different network configurations and mount dir with the help of --xml option or pre-hooks when doing migration
Even with out shared storage, migration can still succeed with --copy-storage-all when doing migration

The shared storage, identical network interface and mount dir are required necessary when use virt-manager to do migration

4.3. Shared storage example: NFS for a simple migration

in sentence:
"Warning
Whichever directory is chosen for the guests must be exactly the same on host and guest. This applies to all types of shared storage. The directory must be the same or the migration will fail."

Same as above

2. http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Administration_Guide/chap-Virtualization_Administration_Guide-Troubleshooting.html
Chapter 22. Troubleshooting

22.6. Enabling Intel VT-x and AMD-V virtualization hardware extensions in BIOS

in sentence:
"When the machine has booted, run cat /proc/cpuinfo | grep "vmx svm". If the command outputs, the virtualization extensions are now enabled. If there is no output your system may not have the virtualization extensions or the correct BIOS setting enabled."

run cat /proc/cpuinfo |grep "vmx svm" -> run cat /proc/cpuinfo |grep -E "vmx|svm"


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 5 Laura Novich 2012-10-10 06:13:21 UTC
Orit,
Can you please tell me if these options are supported and valid?
See comment #0

"Now migration can succeed with different network configurations and mount dir with the help of --xml option or pre-hooks when doing migration
Even with out shared storage, migration can still succeed with --copy-storage-all when doing migration

Question--- what is the xml option and what are pre-hooks?


how do you perform a migration w/copy-storage-all and is it recommended / supported?

Thanks
Laura

Comment 6 Osier Yang 2012-10-30 09:14:58 UTC
(In reply to comment #5)
> Orit,
> Can you please tell me if these options are supported and valid?
> See comment #0
> 
> "Now migration can succeed with different network configurations and mount
> dir with the help of --xml option or pre-hooks when doing migration
> Even with out shared storage, migration can still succeed with
> --copy-storage-all when doing migration
> 
> Question--- what is the xml option and what are pre-hooks?

For pre-hooks: 

http://libvirt.org/hooks.html

See the migration part ("QEMU guest migration")

For option "--xml", please see virsh manual for more details (man virsh)
> 
> 
> how do you perform a migration w/copy-storage-all and is it recommended /
> supported?

It's supported as far as I can tell.

> 
> Thanks
> Laura

Comment 9 Laura Novich 2013-02-25 07:20:13 UTC
Closed - fix implemented in RHEL 6.4


Note You need to log in before you can comment on or make changes to this bug.