[Fai-commit] r4835 - people/michael/features/setup_harddisks_2/implementation/lib

mt at alioth.debian.org mt at alioth.debian.org
Mon Jan 7 12:31:44 UTC 2008


Author: mt
Date: 2008-01-07 12:31:43 +0000 (Mon, 07 Jan 2008)
New Revision: 4835

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/sizes.pm
Log:
extend user information in case of too little space


Modified: people/michael/features/setup_harddisks_2/implementation/lib/sizes.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/sizes.pm	2008-01-07 10:27:02 UTC (rev 4834)
+++ people/michael/features/setup_harddisks_2/implementation/lib/sizes.pm	2008-01-07 12:31:43 UTC (rev 4835)
@@ -238,7 +238,7 @@
 
     # test, whether the configuration fits on the volume group at all
     ($min_space < $vg_size)
-      or die "Volume group $vg requires $min_space MB\n";
+      or die "Volume group $vg requires $min_space MB, but available space was estimated to be $vg_size\n";
 
     # the extension factor
     my $redist_factor = 0;




More information about the Fai-commit mailing list