[pve-devel] [PATCH pve-manager 3/4] Add a message that deletion a job will take some time.

Wolfgang Link w.link at proxmox.com
Fri Jun 2 11:21:47 CEST 2017


---
 PVE/API2/ReplicationConfig.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/API2/ReplicationConfig.pm b/PVE/API2/ReplicationConfig.pm
index 0095bf37..e1623f73 100644
--- a/PVE/API2/ReplicationConfig.pm
+++ b/PVE/API2/ReplicationConfig.pm
@@ -211,6 +211,7 @@ __PACKAGE__->register_method ({
 
 	PVE::ReplicationConfig::lock($code);
 
+	warn "Delete a job is a background task and will take some time\n"; 
 	return undef;
     }});
 
-- 
2.11.0





More information about the pve-devel mailing list