Hook flush into more services
Trying to ensure that pvc-flush completes before anything tries to shut down.
This commit is contained in:
parent
e451426c7c
commit
ae4f36b881
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description = Parallel Virtual Cluster autoflush daemon
|
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
|
Wants = pvcnoded.service
|
||||||
PartOf = pvc.target
|
PartOf = pvc.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue