Moin,
ich wollte auf Proxmox6 ein Unicast Cluster erstellen.
Jedoch wenn ich wie bei PM5 auch in der /etc/pve/corosync.conf unter "totem" es einfüge "transport: udpu", klappt nichts mehr.
Ist da zu was neues bekannt, was ich noch nicht weiß?
Grüße
Felix
ich wollte auf Proxmox6 ein Unicast Cluster erstellen.
Jedoch wenn ich wie bei PM5 auch in der /etc/pve/corosync.conf unter "totem" es einfüge "transport: udpu", klappt nichts mehr.
Ist da zu was neues bekannt, was ich noch nicht weiß?
Code:
service corosync restart
Job for corosync.service failed because the control process exited with error code.
See "systemctl status corosync.service" and "journalctl -xe" for details.
root@node1-m:~# systemctl status corosync.service
● corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2019-07-20 03:11:02 CEST; 10s ago
Docs: man:corosync
man:corosync.conf
man:corosync_overview
Process: 5550 ExecStart=/usr/sbin/corosync -f $COROSYNC_OPTIONS (code=exited, status=8)
Main PID: 5550 (code=exited, status=8)
Jul 20 03:11:02 node1-m systemd[1]: Starting Corosync Cluster Engine...
Jul 20 03:11:02 node1-m corosync[5550]: [MAIN ] Corosync Cluster Engine 3.0.2-dirty starting up
Jul 20 03:11:02 node1-m corosync[5550]: [MAIN ] Corosync built-in features: dbus monitoring watchdog systemd xmlconf snmp pie relro bindnow
Jul 20 03:11:02 node1-m corosync[5550]: [MAIN ] parse error in config: crypto_cipher & crypto_hash are only valid for the Knet transport.
Jul 20 03:11:02 node1-m corosync[5550]: [MAIN ] Corosync Cluster Engine exiting with status 8 at main.c:1386.
Jul 20 03:11:02 node1-m systemd[1]: corosync.service: Main process exited, code=exited, status=8/n/a
Jul 20 03:11:02 node1-m systemd[1]: corosync.service: Failed with result 'exit-code'.
Jul 20 03:11:02 node1-m systemd[1]: Failed to start Corosync Cluster Engine.
Grüße
Felix