]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
bump version to 1.0-3
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jun 2015 12:35:32 +0000 (14:35 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jun 2015 12:35:32 +0000 (14:35 +0200)
Makefile
changelog.Debian
src/PVE/HA/CRM.pm

index 18ab78c1ba36abe080112756443c9e3d134df2d8..b597ce7293a4793253523ad2f0590eb320f0af3d 100644 (file)
--- 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)
 
index 7306235cc4710b3279c90aa2fd7c5d7d3d38493a..44b194793d9241bb2bbd8ee30d0b2c8bd2163441 100644 (file)
@@ -1,3 +1,9 @@
+pve-ha-manager (1.0-3) unstable; urgency=medium
+
+  * correctly create /etc/pve/ha to avoid warnings
+
+ -- Proxmox Support Team <support@proxmox.com>  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
index 4052c919c366ba92f51e1211528601866539d84f..4961b0ebb305ddf0a43bff598b148fc21a865e99 100644 (file)
@@ -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}) {