From 409ebb6422373411d643b670508d8021434754ce Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 9 Jun 2015 14:35:32 +0200 Subject: [PATCH] bump version to 1.0-3 --- Makefile | 2 +- changelog.Debian | 6 ++++++ src/PVE/HA/CRM.pm | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18ab78c..b597ce7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ RELEASE=4.0 VERSION=1.0 PACKAGE=pve-ha-manager SIMPACKAGE=pve-ha-simulator -PKGREL=2 +PKGREL=3 GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/changelog.Debian b/changelog.Debian index 7306235..44b1947 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +pve-ha-manager (1.0-3) unstable; urgency=medium + + * correctly create /etc/pve/ha to avoid warnings + + -- Proxmox Support Team Tue, 09 Jun 2015 14:35:09 +0200 + pve-ha-manager (1.0-2) unstable; urgency=medium * use Wants instead of Requires inside systemd service definitions diff --git a/src/PVE/HA/CRM.pm b/src/PVE/HA/CRM.pm index 4052c91..4961b0e 100644 --- a/src/PVE/HA/CRM.pm +++ b/src/PVE/HA/CRM.pm @@ -71,6 +71,7 @@ sub set_local_status { # fixme: do not use extra class if ($new->{state} eq 'master') { + mkdir("/etc/pve/ha"); $self->{manager} = PVE::HA::Manager->new($haenv); } else { if ($self->{manager}) { -- 2.39.5