|
|
ffd6ed |
From 6c03f770b86348ec3ce8283e3df245cb22b716e8 Mon Sep 17 00:00:00 2001
|
|
|
ffd6ed |
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
ffd6ed |
Date: Mon, 30 Mar 2015 13:22:58 +0100
|
|
|
ffd6ed |
Subject: [PATCH] v2v: Add note about RHEL 4 conversions hanging during SELinux
|
|
|
ffd6ed |
relabelling.
|
|
|
ffd6ed |
|
|
|
ffd6ed |
(cherry picked from commit d4ab702dad39fe1f609ee17661f6bfa3a11dee31)
|
|
|
ffd6ed |
---
|
|
|
ffd6ed |
v2v/virt-v2v.pod | 19 +++++++++++++++++++
|
|
|
ffd6ed |
1 file changed, 19 insertions(+)
|
|
|
ffd6ed |
|
|
|
ffd6ed |
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
|
|
|
ffd6ed |
index 2e49fbf..e3f97f2 100644
|
|
|
ffd6ed |
--- a/v2v/virt-v2v.pod
|
|
|
ffd6ed |
+++ b/v2v/virt-v2v.pod
|
|
|
ffd6ed |
@@ -618,6 +618,25 @@ below.
|
|
|
ffd6ed |
Windows Drivers are installed from /usr/share/virtio-win
|
|
|
ffd6ed |
if present
|
|
|
ffd6ed |
|
|
|
ffd6ed |
+=head1 RHEL 4
|
|
|
ffd6ed |
+
|
|
|
ffd6ed |
+=head2 SELinux relabel appears to hang forever
|
|
|
ffd6ed |
+
|
|
|
ffd6ed |
+In RHEL E<le> 4.7 there was a bug which causes SELinux relabelling
|
|
|
ffd6ed |
+to appear to hang forever at:
|
|
|
ffd6ed |
+
|
|
|
ffd6ed |
+ *** Warning -- SELinux relabel is required. ***
|
|
|
ffd6ed |
+ *** Disabling security enforcement. ***
|
|
|
ffd6ed |
+ *** Relabeling could take a very long time, ***
|
|
|
ffd6ed |
+ *** depending on file system size. ***
|
|
|
ffd6ed |
+
|
|
|
ffd6ed |
+In reality it is waiting for you to press a key (but there is no
|
|
|
ffd6ed |
+visual indication of this). You can either hit the C<[Return]> key,
|
|
|
ffd6ed |
+at which point the guest will finish relabelling and reboot, or you
|
|
|
ffd6ed |
+can install policycoreutils E<ge> 1.18.1-4.13 before starting the v2v
|
|
|
ffd6ed |
+conversion. See also
|
|
|
ffd6ed |
+L<https://bugzilla.redhat.com/show_bug.cgi?id=244636>
|
|
|
ffd6ed |
+
|
|
|
ffd6ed |
=head1 WINDOWS
|
|
|
ffd6ed |
|
|
|
ffd6ed |
=head2 Boot failure: 0x0000007B
|
|
|
ffd6ed |
--
|
|
|
ffd6ed |
1.8.3.1
|
|
|
ffd6ed |
|