From 92076d36e453a5f29cc822615133e6ff53c930b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Sep 2004 08:28:47 +0000 Subject: some more logging --- perl-install/fsedit.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index a9d6be785..37c6b7dd9 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -75,6 +75,8 @@ sub lvms { my ($all_hds) = @_; my @pvs = grep { isRawLVM($_) } fs::get::fstab($all_hds) or return; + log::l("looking for vgs in " . join(' ', map { $_->{device} } @pvs)); + #- otherwise vgscan won't find them devices::make($_->{device}) foreach @pvs; require lvm; -- cgit v1.2.1