diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lvm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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', @_); } |