File bug-1123327_pvscan.service.in-Move-StartLimitIn.patch of Package lvm2.14089
From 55d837c4a5a6997000402cf3f755bd9fe9529697 Mon Sep 17 00:00:00 2001
From: Marcos Paulo de Souza <mpdesouza@suse.de>
Date: Fri, 15 Feb 2019 16:39:53 -0200
Subject: [PATCH] 2018-12-7-stable - pvscan.service.in: Move StartLimitInterval
to Service section
Without this patch, pvscan service file contains StartLimitInterval at
the Unit section, which trigger an error:
systemd[1]: [/etc/systemd/system/lvm2-pvscan service:5] Unknown lvalue 'StartLimitInterval' in section 'Unit'
Moving StartLimitInterval to Service section fixes the issue.
Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.de>
---
scripts/lvm2_pvscan_systemd_red_hat@.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: LVM2.2.02.180/scripts/lvm2_pvscan_systemd_red_hat@.service.in
===================================================================
--- LVM2.2.02.180.orig/scripts/lvm2_pvscan_systemd_red_hat@.service.in
+++ LVM2.2.02.180/scripts/lvm2_pvscan_systemd_red_hat@.service.in
@@ -2,7 +2,6 @@
Description=LVM2 PV scan on device %i
Documentation=man:pvscan(8)
DefaultDependencies=no
-StartLimitInterval=0
BindsTo=dev-block-%i.device
Requires=lvm2-lvmetad.socket
After=lvm2-lvmetad.socket lvm2-lvmetad.service multipathd.service
@@ -14,3 +13,4 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=@SBINDIR@/lvm pvscan --cache --activate ay %i
ExecStop=@SBINDIR@/lvm pvscan --cache %i
+StartLimitInterval=0