From e672d799a6025609ac72591f64b78030528f7399 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 12 Apr 2020 01:48:50 -0400 Subject: [PATCH] Set flush after pvcapid.service This may or may not help, but should in theory prevent the flush from trying to run after a (locally-running) API daemon is terminated, which could cause an API failure and a failure to flush. --- 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 3fa799b4..69ceb429 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 +After = pvcnoded.service pvcapid.service Wants = pvcnoded.service PartOf = pvc.target