5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-09 08:58:19 +03:00

pvecm: fix corosync link priority description

The official man page fixed this in commit 0a323ff [0] to describe the
actual behaviour: higher knet_link_priority number equals to higher
priority

[0] 0a323ff2ed

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2020-02-07 10:37:08 +01:00 committed by Thomas Lamprecht
parent cc38b9254c
commit fcf0226ef6

View File

@ -762,10 +762,10 @@ by setting 'knet_link_priority' in the corresponding interface section in
your cluster with `pvecm`:
----
# pvecm create CLUSTERNAME --link0 10.10.10.1,priority=20 --link1 10.20.20.1,priority=15
# pvecm create CLUSTERNAME --link0 10.10.10.1,priority=15 --link1 10.20.20.1,priority=20
----
This would cause 'link1' to be used first, since it has the lower priority.
This would cause 'link1' to be used first, since it has the higher priority.
If no priorities are configured manually (or two links have the same priority),
links will be used in order of their number, with the lower number having higher