git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/kvm-clustervm@.service
blob: 1d86851e612d104003f9d9926dd85a6083ed9058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Work in progress:
# - Start needs to be more sophisticated in reaction to state of domains
# - Stop should not just do a post-sleep, but instead the post section should
#   carry a script polling the state of the machine and hammering it into the
#   coffing after a certain timeout
[Unit]
Description=VM %i (with cluster inside)
Wants=kvm-infravm@iscsi.service
After=kvm-infravm@iscsi.service
Wants=lvm2-monitor.service
Requires=libvirtd.service
Requires=kvm-firewall.service
Requires=kvm-network@sosaria05.service
Requires=kvm-network@san-cluster.service
After=kvm-firewall.service
After=libvirtd.service
After=lvm2-monitor.service
After=kvm-network@sosaria05.service
After=kvm-network@san-cluster.service
PartOf=cluster-muromachi.target

[Service]
Type=forking
ExecStartPre=/bin/sleep 5
ExecStart=/bin/virsh start %i
ExecStop=/bin/virsh shutdown %i
ExecStopPost=/bin/sleep 15
RemainAfterExit=yes
TimeoutStartSec=10s
TimeoutStopSec=40s

[Install]
WantedBy=cluster-muromachi.target