[Fai-commit] r6316 - branches/experimental/patches

Michael Tautschnig mt at alioth.debian.org
Tue Mar 15 15:07:42 UTC 2011


Author: mt
Date: 2011-03-15 15:07:36 +0000 (Tue, 15 Mar 2011)
New Revision: 6316

Modified:
   branches/experimental/patches/setup-storage_lvm-raid-preserve
Log:
setup-storage: just a missing "." ... - dependencies weren't fully accurate when
taking down RAID arrays, but probably still safe


Modified: branches/experimental/patches/setup-storage_lvm-raid-preserve
===================================================================
--- branches/experimental/patches/setup-storage_lvm-raid-preserve	2011-03-15 14:49:49 UTC (rev 6315)
+++ branches/experimental/patches/setup-storage_lvm-raid-preserve	2011-03-15 15:07:36 UTC (rev 6316)
@@ -381,7 +381,7 @@
    # write the disklabel to drop the previous partition table
 +  my $pre_deps = "";
 +  foreach my $c (@{ $FAI::current_dev_children{$disk} }) {
-+    $pre_deps = ",self_cleared_" .
++    $pre_deps .= ",self_cleared_" .
 +    join(",self_cleared_", @{ $FAI::current_dev_children{$c} })
 +    if (defined($FAI::current_dev_children{$c}) &&
 +      scalar(@{ $FAI::current_dev_children{$c} }));




More information about the Fai-commit mailing list