This was added right after jobs, in a sense, they are a kind of job.
Signed-off-by: Maximiliano Sandoval <[email protected]>
---
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
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel