crmsh
crmsh copied to clipboard
Dev: migration: implement corosync.conf migration for corosync 3 (jsc#PED-8252)
This pull request implements migrating corosync.conf
from corosync 2 to corosync 3, including:
- migrate deprecated transport
udpu
andudp
toknet
- replace removed feature RRP with knet multilink
- if
crypto_hash
is set tosha1
, which is the default value in corosync 2, upgrades it to the new default in corosync 3,sha256
.