Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Lamprecht
8f46103543 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
7141ae254a Use methods from PVE::QemuConfig
use config_file and load_config from PVE::QemuConfig
2016-03-08 11:53:33 +01:00
Dietmar Maurer
7809a92911 ha migrate: return non-critical error if migrate failed by VM is still running 2014-07-29 07:13:42 +02:00
Dietmar Maurer
e908a57f07 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
0f4a2f2543 add missing use clause 2012-04-12 11:48:36 +02:00
Dietmar Maurer
991f0a61c0 fix bug 158: move openvz scripts inside ocf resource agent 2012-04-12 11:10:06 +02:00
Dietmar Maurer
fe60654b30 cleanup status log for ha agent 2011-12-15 14:19:24 +01:00
Dietmar Maurer
51ed1415cd improve ocf agent and openvz api 2011-12-15 13:49:13 +01:00
Dietmar Maurer
7d06188a04 add HA resource agent 2011-12-13 10:19:02 +01:00