Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- PVE/API2/Replication.pm | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/PVE/API2/Replication.pm b/PVE/API2/Replication.pm index f4eafcf0..7d048f53 100644 --- a/PVE/API2/Replication.pm +++ b/PVE/API2/Replication.pm @@ -3,7 +3,10 @@ package PVE::API2::Replication; use warnings; use strict; +use PVE::Cluster; +use PVE::Exception qw(raise_perm_exc); use PVE::Format qw(render_timestamp); +use PVE::INotify; use PVE::JSONSchema qw(get_standard_option); use PVE::LXC::Config; use PVE::LXC; @@ -16,6 +19,7 @@ use PVE::ReplicationState; use PVE::Replication; use PVE::RESTHandler; use PVE::RPCEnvironment; +use PVE::Tools; use base qw(PVE::RESTHandler); -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel