I am trying to delete one of my nodes in my 2 node cluster. I have used the
This problem has also manifested in my VM's and containers no longer starting on boot because they are waiting on a quorum to be reached and it will never be reached as the second machine is not there to vote. I can bypass this by manually ending the quorum with
pvecm delnode [nodename]
command and deleted the corresponding directory in /etc/pve/nodes, but the deleted node is still showing up in the WebUI. I saw in a separate post that some others have had to remove it from the /etc/pve/.members list, but when I tried that (locally logged in as root) I am told the the file is intended to be read-only. I can see in .members that the second node is still listed and the number of nodes is still 2. When trying to change the permissions I am denied yet again even though I am root. The entire pve directory appears to be owned by a user named "www-data", so when I try to edit any of the files inside of pve, including VM config files, I get permission denied.This problem has also manifested in my VM's and containers no longer starting on boot because they are waiting on a quorum to be reached and it will never be reached as the second machine is not there to vote. I can bypass this by manually ending the quorum with
pvecm expected 1
, but that is not something I want to continue to have to do. I have been troubleshooting this for quite a few hours now and any help is appreciated.