[Fai-commit] r4883 - people/michael/features/setup_harddisks_2/implementation

mt at alioth.debian.org mt at alioth.debian.org
Fri May 9 11:24:31 UTC 2008


Author: mt
Date: 2008-05-09 11:24:31 +0000 (Fri, 09 May 2008)
New Revision: 4883

Modified:
   people/michael/features/setup_harddisks_2/implementation/setup-storage
Log:
this is a debugging commit only to get the root cause of stockholm's problems


Modified: people/michael/features/setup_harddisks_2/implementation/setup-storage
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/setup-storage	2008-05-09 11:06:24 UTC (rev 4882)
+++ people/michael/features/setup_harddisks_2/implementation/setup-storage	2008-05-09 11:24:31 UTC (rev 4883)
@@ -141,6 +141,11 @@
 # compute the new LVM and partition sizes; do the partition sizes first to have
 # them available for the the volume group size estimation
 &FAI::compute_partition_sizes;
+
+# print the current contents of $FAI::configs
+$FAI::debug and print "Desired disk layout (without LVM sizes)\n";
+$FAI::debug and print Dumper \%FAI::configs;
+
 &FAI::compute_lv_sizes;
 
 # print the current contents of $FAI::configs




More information about the Fai-commit mailing list