[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:04:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 4e5ed8ff7be8c2de6450ffccba184f45abb09ae8
Author: Mike Kelly <pioto at pioto.org>
Date:   Mon Apr 29 12:57:14 2013 -0400

    Make a 1G test image instead, avoiding a size bug
    
    mkfs_btrfs: /dev/vda2: device /dev/vda2 is too small (must be at least
    256 MB) at .../libguestfs/tests/guests/guest-aux/make-fedora-img.pl line
    140.

diff --git a/tests/guests/guest-aux/make-fedora-img.pl b/tests/guests/guest-aux/make-fedora-img.pl
index b509973..7b0e0ad 100755
--- a/tests/guests/guest-aux/make-fedora-img.pl
+++ b/tests/guests/guest-aux/make-fedora-img.pl
@@ -27,7 +27,7 @@ use warnings;
 use Sys::Guestfs;
 use File::Temp;
 
-my $IMAGE_SIZE = 512*1024*1024; # bytes
+my $IMAGE_SIZE = 1024*1024*1024; # bytes
 my $LEADING_SECTORS = 64;
 my $TRAILING_SECTORS = 64;
 my $SECTOR_SIZE = 512; # bytes

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list