[pve-devel] [PATCH manager] fix PVE::HA use clause so HA resources get registered
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jan 27 14:25:48 CET 2016
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
PVE/API2/Nodes.pm | 1 +
PVE/VZDump.pm | 1 +
2 files changed, 2 insertions(+)
diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index b48478d..c265c09 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -23,6 +23,7 @@ use PVE::Firewall;
use PVE::LXC;
use PVE::APLInfo;
use PVE::Report;
+use PVE::HA::Env::PVE2;
use PVE::HA::Config;
use PVE::QemuServer;
use PVE::API2::Subscription;
diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index ffa7db8..7dc4dd0 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -16,6 +16,7 @@ use PVE::Cluster qw(cfs_read_file);
use Time::localtime;
use Time::Local;
use PVE::JSONSchema qw(get_standard_option);
+use PVE::HA::Env::PVE2;
use PVE::HA::Config;
my @posix_filesystems = qw(ext3 ext4 nfs nfs4 reiserfs xfs);
--
2.1.4
More information about the pve-devel
mailing list