From 2f08fb4bac4a2cae0b3316d92f90e8dec7b151f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 11 Nov 2019 11:28:14 +0100 Subject: [PATCH] use PVE::DataCenterConfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to make sure that the corresponding cfs_read_file works() works. Signed-off-by: Fabian Grünbichler --- PVE/Storage.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 1a38d07..b9437c8 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -15,6 +15,7 @@ use Socket; use PVE::Tools qw(run_command file_read_firstline dir_glob_foreach $IPV6RE); use PVE::Cluster qw(cfs_read_file cfs_write_file cfs_lock_file); +use PVE::DataCenterConfig; use PVE::Exception qw(raise_param_exc); use PVE::JSONSchema; use PVE::INotify;