[pve-devel] [PATCH pve-docs 1/1] datacenter: added docs for new option next_id

2022-04-28 Thread Marco Gabriel via pve-devel
--- Begin Message --- Added documentation fragment for the newly added next_id option in datacenter. Signed-off-by: Marco Gabriel --- datacenter.cfg.5-opts.adoc | 11 +++ 1 file changed, 11 insertions(+) diff --git a/datacenter.cfg.5-opts.adoc b/datacenter.cfg.5-opts.adoc index 2755edf

[pve-devel] [PATCH pve-docs] fixed port range mentions for corosync v3.0+

2022-05-06 Thread Marco Gabriel via pve-devel
--- Begin Message --- corosync v2 used ports 5405 and 5404, but corosync v3 uses ports 5405-5412. fixed in docs. Signed-off-by: Marco Gabriel --- pve-firewall.adoc | 6 +++--- pvecm.adoc| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pve-firewall.adoc b/pve-firew