Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Lamprecht
1ba0bf9cbc Makefile: fix distclean target
As some Makefiles in sub directories do not implement the distclean
target, namely:
PVE/Service/Makefile
PVE/CLI/Makefile

This target is broken.

As all other implementations just redirect to the 'clean' target I
do not implement the missing ones but rather remove all such
targets. Keep it just in the top level directory, for consistence
sake with other pve repos, and redirect it there directly to the
clean target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-09-28 08:21:48 +02:00
Fabian Grünbichler
65b2ff76cd Use methods from PVE::QemuConfig
use config_file and load_config from PVE::QemuConfig
2016-03-08 11:53:33 +01:00
Dietmar Maurer
c0a008a8b3 ha migrate: return non-critical error if migrate failed by VM is still running 2014-07-29 07:13:42 +02:00
Dietmar Maurer
a9271f0bfd ocf agent: retry get_vmlist if we get an empty list
Make HA more stable if pmxcfs is not reachable for a short period (for example
if you restart the service). Some users reported they get empty VM list
when there is very high load on a server.
2014-01-07 10:41:04 +01:00
Dietmar Maurer
18400f072c add missing use clause 2012-04-12 11:48:36 +02:00
Dietmar Maurer
4e4ee68ea4 fix bug 158: move openvz scripts inside ocf resource agent 2012-04-12 11:10:06 +02:00
Dietmar Maurer
c69fc44a3f cleanup status log for ha agent 2011-12-15 14:19:24 +01:00
Dietmar Maurer
f20403401a improve ocf agent and openvz api 2011-12-15 13:49:13 +01:00
Dietmar Maurer
7a9373bdd6 add HA resource agent 2011-12-13 10:19:02 +01:00