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.
This commit is contained in:
parent
59707bad4e
commit
e672d799a6
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description = Parallel Virtual Cluster autoflush daemon
|
Description = Parallel Virtual Cluster autoflush daemon
|
||||||
After = pvcnoded.service
|
After = pvcnoded.service pvcapid.service
|
||||||
Wants = pvcnoded.service
|
Wants = pvcnoded.service
|
||||||
PartOf = pvc.target
|
PartOf = pvc.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue