]> sourceware.org Git - lvm2.git/commitdiff
The daemon as well as the first scan must be both executed properly, otherwise it...
authorPeter Rajnoha <prajnoha@redhat.com>
Fri, 24 Feb 2012 13:11:57 +0000 (13:11 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Fri, 24 Feb 2012 13:11:57 +0000 (13:11 +0000)
scripts/lvm2_lvmetad_init_red_hat.in

index 867391df3ace4d1d632b53f5f7c024545963ffb2..d93bec6e3180db3b10c0cf4ea07496f261091790 100644 (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
 }
 
This page took 0.030548 seconds and 5 git commands to generate.