From ae4f36b881c556425f5ec4435e52bf37f3419624 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 14 Apr 2020 19:53:23 -0400 Subject: [PATCH] Hook flush into more services Trying to ensure that pvc-flush completes before anything tries to shut down. --- node-daemon/pvc-flush.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvc-flush.service b/node-daemon/pvc-flush.service index 69ceb429..8c59311f 100644 --- a/node-daemon/pvc-flush.service +++ b/node-daemon/pvc-flush.service @@ -2,7 +2,7 @@ [Unit] Description = Parallel Virtual Cluster autoflush daemon -After = pvcnoded.service pvcapid.service +After = pvcnoded.service pvcapid.service zookeeper.service libvirtd.service ssh.service ceph.target Wants = pvcnoded.service PartOf = pvc.target