28 lines
924 B
Diff
28 lines
924 B
Diff
|
From 0da043466ace27eb483114c87ce81feaf00ed682 Mon Sep 17 00:00:00 2001
|
||
|
From: Eric Ren <zren@suse.com>
|
||
|
Date: Thu, 6 Apr 2017 11:22:30 +0800
|
||
|
Subject: [PATCH] systemd service: make pvscan service after multipathd
|
||
|
|
||
|
bsc#998893
|
||
|
Signed-off-by: Eric Ren <zren@suse.com>
|
||
|
---
|
||
|
scripts/lvm2_pvscan_systemd_red_hat@.service.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/scripts/lvm2_pvscan_systemd_red_hat@.service.in b/scripts/lvm2_pvscan_systemd_red_hat@.service.in
|
||
|
index 03651d5..1d6342f 100644
|
||
|
--- a/scripts/lvm2_pvscan_systemd_red_hat@.service.in
|
||
|
+++ b/scripts/lvm2_pvscan_systemd_red_hat@.service.in
|
||
|
@@ -4,7 +4,7 @@ Documentation=man:pvscan(8)
|
||
|
StartLimitInterval=0
|
||
|
BindsTo=dev-block-%i.device
|
||
|
Requires=lvm2-lvmetad.socket
|
||
|
-After=lvm2-lvmetad.socket lvm2-lvmetad.service
|
||
|
+After=lvm2-lvmetad.socket lvm2-lvmetad.service multipathd.service
|
||
|
Before=shutdown.target
|
||
|
Conflicts=shutdown.target
|
||
|
|
||
|
--
|
||
|
2.10.2
|
||
|
|