]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
use PVE::DataCenterConfig
[pve-storage.git] / PVE / Storage.pm
index 1a38d0768618d1cd9703cab4ff30ae309163fbca..b9437c82146991d477bac53664b8b4023466ed95 100755 (executable)
@@ -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;