mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 23:20:06 +00:00
use PVE::DataCenterConfig
to make sure that the corresponding cfs_read_file works() works. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
78b7776309
commit
48cf040f75
@ -28,6 +28,7 @@ use PVE::Firewall;
|
||||
use PVE::API2::Firewall::VM;
|
||||
use PVE::API2::Qemu::Agent;
|
||||
use PVE::VZDump::Plugin;
|
||||
use PVE::DataCenterConfig;
|
||||
|
||||
BEGIN {
|
||||
if (!$ENV{PVE_GENERATING_DOCS}) {
|
||||
|
@ -27,6 +27,7 @@ use URI::Escape;
|
||||
use UUID;
|
||||
|
||||
use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
|
||||
use PVE::DataCenterConfig;
|
||||
use PVE::Exception qw(raise raise_param_exc);
|
||||
use PVE::GuestHelpers;
|
||||
use PVE::INotify;
|
||||
|
Loading…
Reference in New Issue
Block a user