From: Fabian Grünbichler Date: Mon, 11 Nov 2019 10:28:19 +0000 (+0100) Subject: use PVE::DataCenterConfig X-Git-Url: https://git.proxmox.com/?p=pve-guest-common.git;a=commitdiff_plain;h=96c08a9dcd50f698cbd733415735b7115afae5f0 use PVE::DataCenterConfig to make sure that the corresponding cfs_read_file works() works. Signed-off-by: Fabian Grünbichler --- diff --git a/PVE/AbstractMigrate.pm b/PVE/AbstractMigrate.pm index 17fdb5d..908d972 100644 --- a/PVE/AbstractMigrate.pm +++ b/PVE/AbstractMigrate.pm @@ -6,6 +6,7 @@ use POSIX qw(strftime); use JSON; use PVE::Tools; use PVE::Cluster; +use PVE::DataCenterConfig; use PVE::ReplicationState; my $msg2text = sub { diff --git a/PVE/Replication.pm b/PVE/Replication.pm index 493b77d..c3e7564 100644 --- a/PVE/Replication.pm +++ b/PVE/Replication.pm @@ -11,6 +11,7 @@ use PVE::INotify; use PVE::ProcFSTools; use PVE::Tools; use PVE::Cluster; +use PVE::DataCenterConfig; use PVE::Storage; use PVE::GuestHelpers; use PVE::ReplicationConfig;