mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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:
parent
a30491b25f
commit
97c2309e19
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user