Ensure pvc-flush is after network-online

This commit is contained in:
Joshua Boniface 2021-09-26 17:40:42 -04:00
parent e23e2dd9bf
commit fd040ab45a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
[Unit] [Unit]
Description = Parallel Virtual Cluster autoflush daemon Description = Parallel Virtual Cluster autoflush daemon
After = pvcnoded.service pvcapid.service zookeeper.service libvirtd.service ssh.service ceph.target After = pvcnoded.service pvcapid.service zookeeper.service libvirtd.service ssh.service ceph.target network-online.target
Wants = pvcnoded.service Wants = pvcnoded.service
PartOf = pvc.target PartOf = pvc.target