Hello community,
I need your help. I have try to get HA with 2 notes and 1 qdevice. Now I must restart one note while the configuration. The probelm is: the qdevice does not vote and the other 2 notes waiting for a vote. So I cannot startup any vm or container in my notes.
The qdevice is a raspberry pi.
systemctl start corosync-qnetd.service brings the error
systemctl status corosync-qnetd.service:
Additional I cannot access the notes via Shell over the web interface.
I cannot solve the problem. Can you help me?
I need your help. I have try to get HA with 2 notes and 1 qdevice. Now I must restart one note while the configuration. The probelm is: the qdevice does not vote and the other 2 notes waiting for a vote. So I cannot startup any vm or container in my notes.
The qdevice is a raspberry pi.
systemctl start corosync-qnetd.service brings the error
Code:
Job for corosync-qnetd.service failed because the control process exited with error code.
See "systemctl status corosync-qnetd.service" and "journalctl -xe" for details.
systemctl status corosync-qnetd.service:
Code:
root@raspberrypi:~# systemctl status corosync-qnetd.service
● corosync-qnetd.service - Corosync Qdevice Network daemon
Loaded: loaded (/lib/systemd/system/corosync-qnetd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2021-02-21 11:09:59 GMT; 44s ago
Docs: man:corosync-qnetd
Process: 2162 ExecStart=/usr/bin/corosync-qnetd -f $COROSYNC_QNETD_OPTIONS (code=exited, status=1/FAILURE)
Main PID: 2162 (code=exited, status=1/FAILURE)
Feb 21 11:09:59 raspberrypi systemd[1]: Starting Corosync Qdevice Network daemon...
Feb 21 11:09:59 raspberrypi systemd[1]: corosync-qnetd.service: Main process exited, code=exited, status=1/FAILURE
Feb 21 11:09:59 raspberrypi systemd[1]: corosync-qnetd.service: Failed with result 'exit-code'.
Feb 21 11:09:59 raspberrypi systemd[1]: Failed to start Corosync Qdevice Network daemon.
Additional I cannot access the notes via Shell over the web interface.
I cannot solve the problem. Can you help me?