* [pve-devel] [PATCH manager] report: add replication configuration
@ 2025-10-23 8:36 Maximiliano Sandoval
0 siblings, 0 replies; only message in thread
From: Maximiliano Sandoval @ 2025-10-23 8:36 UTC (permalink / raw)
To: pve-devel
This was added right after jobs, in a sense, they are a kind of job.
Signed-off-by: Maximiliano Sandoval <m.sandoval@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-23 8:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-23 8:36 [pve-devel] [PATCH manager] report: add replication configuration Maximiliano Sandoval
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox