mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-08 14:06:16 +00:00
PVE/AbstractConfig.pm - include missing classes
This commit is contained in:
parent
55222f3747
commit
14f17b497a
@ -8,6 +8,9 @@ use PVE::INotify;
|
|||||||
use PVE::Cluster;
|
use PVE::Cluster;
|
||||||
use PVE::Storage;
|
use PVE::Storage;
|
||||||
|
|
||||||
|
use PVE::ReplicationConfig;
|
||||||
|
use PVE::Replication;
|
||||||
|
|
||||||
my $nodename = PVE::INotify::nodename();
|
my $nodename = PVE::INotify::nodename();
|
||||||
|
|
||||||
# Printable string, currently either "VM" or "CT"
|
# Printable string, currently either "VM" or "CT"
|
||||||
|
Loading…
Reference in New Issue
Block a user