* [pve-devel] [PATCH manager] report: add replication configuration
@ 2025-10-23 8:36 Maximiliano Sandoval
2025-11-06 17:52 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] report: add replication configuration
2025-10-23 8:36 [pve-devel] [PATCH manager] report: add replication configuration Maximiliano Sandoval
@ 2025-11-06 17:52 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-11-06 17:52 UTC (permalink / raw)
To: pve-devel, Maximiliano Sandoval
On Thu, 23 Oct 2025 10:36:36 +0200, Maximiliano Sandoval wrote:
> This was added right after jobs, in a sense, they are a kind of job.
>
>
Applied, thanks!
[1/1] report: add replication configuration
commit: de65ea9b72167acca5c5b3654a0d6d11a2dedcb2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-06 17:52 UTC | newest]
Thread overview: 2+ messages (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
2025-11-06 17:52 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.