[pve-devel] [PATCH manager] report: add replication configuration

Maximiliano Sandoval m.sandoval at proxmox.com
Thu Oct 23 10:36:36 CEST 2025


This was added right after jobs, in a sense, they are a kind of job.

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---

Replication related problems are already hard to debug, this would prevent and
extra roundtrip in many support cases.


 PVE/Report.pm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index 34094a87..549a5d23 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -113,6 +113,12 @@ my $init_report_cmds = sub {
                 'cat /etc/pve/jobs.cfg',
             ],
         },
+        replication => {
+            order => 67,
+            cmds => [
+                'cat /etc/pve/replication.cfg',
+            ],
+        },
         hardware => {
             order => 70,
             cmds => [
-- 
2.47.3





More information about the pve-devel mailing list