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

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/AbstractMigrate.pm
PVE/Replication.pm

index 17fdb5de6b0a78e4501f4bd77acba89de70a6ccb..908d9726d6b2ed7b566473beb0eaccc53c2b5856 100644 (file)
@@ -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 {
index 493b77dead9d9c0a24902dbb85e1ccc9fc6d4563..c3e7564b954173ffc0b34afa4978ac38570454b7 100644 (file)
@@ -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;