]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
use PVE::DataCenterConfig
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 11 Nov 2019 10:28:12 +0000 (11:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 11:14:49 +0000 (12:14 +0100)
to make sure that the corresponding cfs_read_file works() works.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/control
src/PVE/HA/Env/PVE2.pm

index 002c04650999e658937eda8ff3ba4e85e669116a..38690cd768576897319032e0f58f6750b85f75cf 100644 (file)
@@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 10~),
                libglib-perl,
                libgtk3-perl,
                libpve-access-control,
+               libpve-cluster-perl,
                libpve-common-perl,
                lintian,
                pve-cluster,
@@ -17,6 +18,7 @@ Section: perl
 Priority: optional
 Architecture: any
 Depends: libjson-perl,
+         libpve-cluster-perl,
          libpve-common-perl,
          pve-cluster (>= 3.0-17),
 # TODO: for PVE 6 re-add thos two, we just removed them to avoid a dpkg issue
index 83145dc55133c4e8e41b3bbc87718357c77717f3..5e0a6830265cfd6a7c9e37b81010018b38c47f84 100644 (file)
@@ -9,6 +9,7 @@ use IO::Socket::UNIX;
 use PVE::SafeSyslog;
 use PVE::Tools;
 use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
+use PVE::DataCenterConfig;
 use PVE::INotify;
 use PVE::RPCEnvironment;