[Pkg-libvirt-commits] [libguestfs] 37/116: v2v: Document minimum free filesystem space requirements.

Hilko Bengen bengen at moszumanska.debian.org
Wed Nov 26 22:04:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.29.10-1
in repository libguestfs.

commit 5de06a3571d20d0fd483d26099cc49bc0f08ecf0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Nov 6 09:52:32 2014 +0000

    v2v: Document minimum free filesystem space requirements.
---
 v2v/virt-v2v.pod | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index a6d01db..dba0826 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1171,6 +1171,30 @@ same as the initial installation procedure.  It is not necessary to
 remove the recovery console first.  Following re-installation, the
 recovery console will work as intended.
 
+=head1 FREE SPACE FOR CONVERSION
+
+Virt-v2v checks there is sufficient free space in the guest filesystem
+to perform the conversion.  Currently it checks:
+
+=over 4
+
+=item Root filesystem or C<C:\>
+
+Minimum free space: 20 MB
+
+=item C</boot>
+
+Minimum free space: 50 MB
+
+This is because we need to build a new initramfs for some Enterprise
+Linux conversions.
+
+=item Any other mountable filesystem
+
+Minimum free space: 10 MB
+
+=back
+
 =head1 RUNNING VIRT-V2V AS ROOT OR NON-ROOT
 
 Nothing in virt-v2v inherently needs root access, and it will run just

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list