04ddaa4bc5
add cmirror version OBS-URL: https://build.opensuse.org/request/show/236202 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=96
14 lines
794 B
Diff
14 lines
794 B
Diff
Index: LVM2.2.02.98/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
|
===================================================================
|
|
--- LVM2.2.02.98.orig/scripts/lvm2_monitoring_systemd_red_hat.service.in 2014-05-29 17:57:49.651975608 +0800
|
|
+++ LVM2.2.02.98/scripts/lvm2_monitoring_systemd_red_hat.service.in 2014-05-29 17:59:51.691134245 +0800
|
|
@@ -12,7 +12,7 @@ Type=oneshot
|
|
Environment=LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
|
|
ExecStart=@sbindir@/lvm vgchange --monitor y
|
|
# The lvmetad must be disabled here, it needs https://bugzilla.redhat.com/show_bug.cgi?id=843587 to be resolved first.
|
|
-ExecStop="@sbindir@/lvm vgchange --monitor n --config 'global{use_lvmetad=0}'"
|
|
+ExecStop=@sbindir@/lvm vgchange --monitor n --config 'global{use_lvmetad=0}'
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|