1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

The daemon as well as the first scan must be both executed properly, otherwise it's an error!

This commit is contained in:
Peter Rajnoha 2012-02-24 13:11:57 +00:00
parent a30491b25f
commit 97c2309e19

View File

@ -54,7 +54,7 @@ rh_status_q() {
start()
{
ret=0
action "Starting LVM metadata daemon:" $DAEMON || ${lvm_vgscan} || ret=$?
action "Starting LVM metadata daemon:" $DAEMON && ${lvm_vgscan} || ret=$?
return $ret
}