[pve-devel] [PATCH manager 3/9] api: replication: add missing module imports

Fiona Ebner f.ebner at proxmox.com
Fri Jul 18 11:30:09 CEST 2025


Signed-off-by: Fiona Ebner <f.ebner at 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





More information about the pve-devel mailing list