Hi there
So I have two physical devices. Both are running Proxmox Virtual Environment Hypervisor. But only one node is up 99% of the time. I decided to have two installations of Proxmox VE and not Proxmox VE and Proxmox Backup Server, because I wanted to be able to do maintenance work or try something new on one server without compromising my services. (I can just migrate them to the first server and do my thing on the second one)
Now the prolem is that my main server has grey question marks on all the icons in the webui approximately once every month. (Usually after my second server turned on to get replication data of the LXC's, VM's and ZFS syncoid sync, a restart of my main node that is up 99% of the time fixes the issue.) I personally only notice some weirdness, becasue my services stop working properly and this is a problem. To make the Quorum work I have configured my nodes like this. Might this be the cause of my issue?
And if so do you have any suggestion on how to run the Qdevice on OpenWrt x86 machine, because I preferably do not want to add another pyhsical device, which runs 24/7.
Thanks for your Feedback and time!
So I have two physical devices. Both are running Proxmox Virtual Environment Hypervisor. But only one node is up 99% of the time. I decided to have two installations of Proxmox VE and not Proxmox VE and Proxmox Backup Server, because I wanted to be able to do maintenance work or try something new on one server without compromising my services. (I can just migrate them to the first server and do my thing on the second one)
Now the prolem is that my main server has grey question marks on all the icons in the webui approximately once every month. (Usually after my second server turned on to get replication data of the LXC's, VM's and ZFS syncoid sync, a restart of my main node that is up 99% of the time fixes the issue.) I personally only notice some weirdness, becasue my services stop working properly and this is a problem. To make the Quorum work I have configured my nodes like this. Might this be the cause of my issue?
Code:
nodelist {
node {
name: node1
nodeid: 1
*quorum_votes: 2*
ring0_addr: 192.168.0.20
}
node {
name: node2
nodeid: 2
*quorum_votes: 1*
ring0_addr: 192.168.0.21
}
}
And if so do you have any suggestion on how to run the Qdevice on OpenWrt x86 machine, because I preferably do not want to add another pyhsical device, which runs 24/7.
Thanks for your Feedback and time!