From 4a107d4f7032e17ceec49d34a0d73d339408b4f9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Jan 2012 19:12:18 +0000 Subject: (lvm_cmd) log forcing rescan --- perl-install/lvm.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/lvm.pm') diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index 3a2667191..83d3e7896 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -49,6 +49,7 @@ sub lvm_cmd { $? >> 8 == 98 or return; #- sometimes, it needs running vgscan again, doing so: + log::l("forcing rescan because of prior failure"); run_program::run('lvm2', 'vgscan'); run_program::run('lvm2', @_); } -- cgit v1.2.1