From 9718a84ffb3304324e058bd249217dcd56a209e4 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 5 Jul 2018 20:22:10 +0200 Subject: Initial commit of of kvm stuff --- etc/systemd/system/cluster-muromachi.target | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/systemd/system/cluster-muromachi.target (limited to 'etc/systemd/system/cluster-muromachi.target') diff --git a/etc/systemd/system/cluster-muromachi.target b/etc/systemd/system/cluster-muromachi.target new file mode 100644 index 0000000..b8570e4 --- /dev/null +++ b/etc/systemd/system/cluster-muromachi.target @@ -0,0 +1,11 @@ +# 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=Cluster "muromachi_cl" +BindsTo=kvm-clustervm@centoscl0.service kvm-clustervm@centoscl1.service kvm-clustervm@centoscl2.service + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3