I have succeeded in getting a Raspberry Pi QDevice running, but tore out too much hair along the way.
Starting Point
Starting Point
- Two Proxmox 7.1 nodes in a cluster
- Brand new Raspberry Pi Zero W (hardwired ethernet)
- Resolution: Keep at it. Retry, reboot, etc. Clean out any partly-installed packages. Try again.
- I kept getting complaints about SSH keys not working or having been changed
- Resolution:
- On every box, ensure /etc/hosts has correct entries for self and others
- Delete stored keys in ~/.ssh/authorized_keys, ~/.ssh/known_hosts, /etc/ssh/ssh_known_hosts (the last one doesn't exist on Rasp Pi)
- From each box, ssh to the others. approve connections. It should store keys. Exit and try again. Not done until you can ssh login without password
- Database errors, or cert problems of various kinds
- Resolution:
- On the proxmox boxes,
rm -r /etc/corosync/qdevice/net/nssdb/
- On the proxmox boxes,