On Thu, Aug 17, 2006 at 01:55:39AM +0200, Henning Sprang wrote:
> found the problem:
> the call to lvcreate in line 1502 of xen-create-image isn't made
> dependent from the noswap option...
Strange I have this:
# Use dd to create the swap
#
unless( $CONFIG{'noswap'} )
{
print "\nCreating swap image: $swap\n";
my $swap_cmd = "/bin/dd if=/dev/zero of=$swap bs=1024k
count=$swap_size";
runCommand( $swap_cmd );
print "Done\n";
}
and this:
createSwap( $swap ) unless( $CONFIG{'noswap'} );
Are we both using the same version of the code?
Steve
--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]