diff --git a/PVE/AbstractConfig.pm b/PVE/AbstractConfig.pm index f4c8c4e..1e82e77 100644 --- a/PVE/AbstractConfig.pm +++ b/PVE/AbstractConfig.pm @@ -8,6 +8,9 @@ use PVE::INotify; use PVE::Cluster; use PVE::Storage; +use PVE::ReplicationConfig; +use PVE::Replication; + my $nodename = PVE::INotify::nodename(); # Printable string, currently either "VM" or "CT"