mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

Blame SOURCES/0038-v2v-Document-minimum-free-filesystem-space-requireme.patch

0d20ef
From 5225ada5e7af57acb6ad1ddac7274b276c86d99e Mon Sep 17 00:00:00 2001
0d20ef
From: "Richard W.M. Jones" <rjones@redhat.com>
0d20ef
Date: Thu, 6 Nov 2014 09:52:32 +0000
0d20ef
Subject: [PATCH] v2v: Document minimum free filesystem space requirements.
0d20ef
0d20ef
(cherry picked from commit 5de06a3571d20d0fd483d26099cc49bc0f08ecf0)
0d20ef
---
0d20ef
 v2v/virt-v2v.pod | 24 ++++++++++++++++++++++++
0d20ef
 1 file changed, 24 insertions(+)
0d20ef
0d20ef
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
0d20ef
index bebe105..edfa5a0 100644
0d20ef
--- a/v2v/virt-v2v.pod
0d20ef
+++ b/v2v/virt-v2v.pod
0d20ef
@@ -1085,6 +1085,30 @@ same as the initial installation procedure.  It is not necessary to
0d20ef
 remove the recovery console first.  Following re-installation, the
0d20ef
 recovery console will work as intended.
0d20ef
 
0d20ef
+=head1 FREE SPACE FOR CONVERSION
0d20ef
+
0d20ef
+Virt-v2v checks there is sufficient free space in the guest filesystem
0d20ef
+to perform the conversion.  Currently it checks:
0d20ef
+
0d20ef
+=over 4
0d20ef
+
0d20ef
+=item Root filesystem or C<C:\>
0d20ef
+
0d20ef
+Minimum free space: 20 MB
0d20ef
+
0d20ef
+=item C</boot>
0d20ef
+
0d20ef
+Minimum free space: 50 MB
0d20ef
+
0d20ef
+This is because we need to build a new initramfs for some Enterprise
0d20ef
+Linux conversions.
0d20ef
+
0d20ef
+=item Any other mountable filesystem
0d20ef
+
0d20ef
+Minimum free space: 10 MB
0d20ef
+
0d20ef
+=back
0d20ef
+
0d20ef
 =head1 RUNNING VIRT-V2V AS ROOT OR NON-ROOT
0d20ef
 
0d20ef
 Nothing in virt-v2v inherently needs root access, and it will run just
0d20ef
-- 
0d20ef
1.8.3.1
0d20ef