Mageia Bugzilla – Attachment 3213 Details for
Bug 8329
lvm2-monitor service fails to start.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to drop the config parameter
lvm2-monitor.patch (text/plain), 899 bytes, created by
Dave Hodgins
on 2012-12-08 03:25:42 CET
(
hide
)
Description:
Patch to drop the config parameter
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2012-12-08 03:25:42 CET
Size:
899 bytes
patch
obsolete
>--- lvm2-monitor.original 2012-03-06 07:53:31.000000000 -0500 >+++ lvm2-monitor 2012-12-07 21:08:36.533118442 -0500 >@@ -51,7 +51,7 @@ > VGSLIST=`$VGS --noheadings -o name --config 'log{command_names=0 prefix=" "}' 2> /dev/null` > for vg in $VGSLIST > do >- action "Starting monitoring for VG %s:" "$vg" $VGCHANGE --monitor y --poll y --config 'log{command_names=0 prefix=" "}' $vg || ret=$? >+ action "Starting monitoring for VG %s:" "$vg" $VGCHANGE --monitor y --poll y $vg || ret=$? > done > > return $ret >@@ -69,7 +69,7 @@ > VGSLIST=`$VGS --noheadings -o name --config 'log{command_names=0 prefix=" "}' 2> /dev/null` > for vg in $VGSLIST > do >- action "Stopping monitoring for VG %s:" "$vg" $VGCHANGE --monitor n --config 'log{command_names=0 prefix=" "}' $vg || ret=$? >+ action "Stopping monitoring for VG %s:" "$vg" $VGCHANGE --monitor n $vg || ret=$? > done > return $ret > }
--- lvm2-monitor.original 2012-03-06 07:53:31.000000000 -0500 +++ lvm2-monitor 2012-12-07 21:08:36.533118442 -0500 @@ -51,7 +51,7 @@ VGSLIST=`$VGS --noheadings -o name --config 'log{command_names=0 prefix=" "}' 2> /dev/null` for vg in $VGSLIST do - action "Starting monitoring for VG %s:" "$vg" $VGCHANGE --monitor y --poll y --config 'log{command_names=0 prefix=" "}' $vg || ret=$? + action "Starting monitoring for VG %s:" "$vg" $VGCHANGE --monitor y --poll y $vg || ret=$? done return $ret @@ -69,7 +69,7 @@ VGSLIST=`$VGS --noheadings -o name --config 'log{command_names=0 prefix=" "}' 2> /dev/null` for vg in $VGSLIST do - action "Stopping monitoring for VG %s:" "$vg" $VGCHANGE --monitor n --config 'log{command_names=0 prefix=" "}' $vg || ret=$? + action "Stopping monitoring for VG %s:" "$vg" $VGCHANGE --monitor n $vg || ret=$? done return $ret }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8329
: 3213