[pve-devel] [PATCH ha-manager] simulator: install all virtual resources
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Mar 2 10:35:57 CET 2016
we include it in the source and we also want to allow to use it
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
I was so free to increase the version number as this
allows the pve-ha-simulator to start again.
No semantic changes in anyway (as can be seen obviously)
Makefile | 2 +-
changelog.Debian | 6 ++++++
src/PVE/HA/Sim/Resources/Makefile | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 57756cf..9affa41 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ RELEASE=4.1
VERSION=1.0
PACKAGE=pve-ha-manager
SIMPACKAGE=pve-ha-simulator
-PKGREL=23
+PKGREL=24
GITVERSION:=$(shell cat .git/refs/heads/master)
diff --git a/changelog.Debian b/changelog.Debian
index 829b4dd..141cdb2 100644
--- a/changelog.Debian
+++ b/changelog.Debian
@@ -1,3 +1,9 @@
+pve-ha-manager (1.0-24) unstable; urgency=medium
+
+ * simulator: install all virtual resources
+
+ -- Proxmox Support Team <support at proxmox.com> Wed, 02 Mar 2016 10:30:40 +0100
+
pve-ha-manager (1.0-23) unstable; urgency=medium
* fix infinite started <=> migrate cycle
diff --git a/src/PVE/HA/Sim/Resources/Makefile b/src/PVE/HA/Sim/Resources/Makefile
index 3892258..b15a846 100644
--- a/src/PVE/HA/Sim/Resources/Makefile
+++ b/src/PVE/HA/Sim/Resources/Makefile
@@ -1,4 +1,4 @@
-SOURCES=VirtVM.pm VirtCT.pm
+SOURCES=VirtVM.pm VirtCT.pm VirtFail.pm
.PHONY: installsim
installsim:
--
2.1.4
More information about the pve-devel
mailing list