]> git.pld-linux.org Git - packages/lvm2.git/commitdiff
- updated to 2.02.94
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 3 Mar 2012 16:00:33 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldize_lvm2_monitor.patch -> 1.2

pldize_lvm2_monitor.patch

index ad36ca4864715b3329c99973775aa71a11cf4b77..3449b8da8643435dedc913194b31465827ada93f 100644 (file)
@@ -6,22 +6,22 @@
  #
  # Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
 @@ -50,7 +50,8 @@ start()
-       VGSLIST=`$VGS --noheadings -o name 2> /dev/null`
+       VGSLIST=`$VGS --noheadings -o name --config 'log{command_names=0 prefix="  "}' 2> /dev/null`
        for vg in $VGSLIST
        do
--          action "Starting monitoring for VG $vg:" $VGCHANGE --monitor y --poll y $vg || ret=$?
-+              msg_starting "Starting monitoring for VG $vg"
-+              daemon $VGCHANGE --monitor y --poll y $vg || return $?
+-          action "Starting monitoring for VG $vg:" $VGCHANGE --monitor y --poll y --config 'log{command_names=0 prefix="  "}' $vg || ret=$?
++          msg_starting "Starting monitoring for VG $vg:" \
++              daemon $VGCHANGE --monitor y --poll y --config 'log{command_names=0 prefix="  "}' $vg || return $?
        done
  
        return $ret
 @@ -68,7 +71,8 @@ stop()
-       VGSLIST=`$VGS --noheadings -o name 2> /dev/null`
+       VGSLIST=`$VGS --noheadings -o name --config 'log{command_names=0 prefix="  "}' 2> /dev/null`
        for vg in $VGSLIST
        do
--          action "Stopping monitoring for VG $vg:" $VGCHANGE --monitor n $vg || ret=$?
-+              msg_stopping "Stopping monitoring for VG $vg"
-+              $VGCHANGE --monitor n $vg || return $?
+-          action "Stopping monitoring for VG $vg:" $VGCHANGE --monitor n --config 'log{command_names=0 prefix="  "}' $vg || ret=$?
++          msg_stopping "Stopping monitoring for VG $vg:" \
++              $VGCHANGE --monitor n --config 'log{command_names=0 prefix="  "}' $vg || return $?
        done
        return $ret
  }
This page took 0.301543 seconds and 4 git commands to generate.