Hi,
manually editing the configuration means that the currently running state of the virtual machine does not match its configuration anymore. It's fully expected that this can lead to such issues. Never edit the configuration manually, always...
I think a found a solution for this and it works consistently in my environment. It also explains why it doesn't work for a lot of people.
Brand new windows VM, with default video.I connect to the console via usual proxmox novnc way and... I...
Hi Henry,
I think the main point of confusion here is that `pvecm nodes` does not necessarily show every configured cluster node. It only shows the currently active membership, so an offline/dead node not appearing there does not mean it was...
Great!
Please just mark the thread as SOLVED by editing the first post - there should be dropdown near the title. This helps others find this thread more easily in the future :)
You are perfectly right! I didn't check there.
Since I also use different backup user tokens on the various PVE nodes, I may also have to change owner in PBS for the various VM backups belonging to a different node.
Thanks!
The Quorum Device cannot access the cluster via ssh.
The cluster can access the Quorum Device - until you remove the rights granted during installation...
We did not verify this at that time.
I did it now, a few months later: https://forum.proxmox.com/threads/fabu-how-to-setup-a-quorum-device-and-secure-it-by-disabling-root-access.181525/
Usage of the Quorum Device
It kicks in automatically. Now we got “7” instead of “6” votes = one more than at the beginning:
root@pna:~# pvecm status
...
Votequorum information
----------------------
Expected votes: 7
Highest expected: 7...
You are perfectly right! I didn't check there.
Since I also use different backup user tokens on the various PVE nodes, I may also have to change owner in PBS for the various VM backups belonging to a different node.
Thanks!
Statement: it is not required to allow root@cluster to login to a separate “Quorum Device”-machine after installation.
The “tl;dr” boils down to a single line:
~$ echo "PermitRootLogin no" | sudo tee /etc/ssh/sshd_config.d/permitrootlogin.conf...
Hi,
Let it be said, I'm a complete Proxmox noob here. Trying my best, but it's a new world.
I have a Home Assistant setup running in a VM. I'm trying to seperate Z2M from Home Assistant and run it in a container instead so it is not dependant...
You can see all backups in the Proxmox VE UI; click on the backup storage in the left sidebar and then "Backups".
This will list all available snapshots, scoped by the configured datastore/namespace. Also make sure the API token has the correct...
make sure you have selected the correct realm in the login-mask
else - please share:
* the journal while trying to login
* /var/log/pmgproxy/pmgproxy.log
I hope this helps!
Kleiner Hinweis, wenn man das macht, bitte nicht das Livelog des Jobs öffnen. Da kommen so schnell so viele Fehlermeldungen wegen missing Chunks, dass dir deine GUI einfriert. Also entweder per CLI Monitoren oder einfach laufen lassen.
Natürlich...
But in the web UI I can only see backups belonging to existing VMs. Since I'm not using ceph, when a machine dies, the VM also disappears from the web UI, and thus there is no way to reference its backup for restore.
Und den meisten reicht LVM vollkommen aus. Als Ersatz für Snapshots einfach PBS Backups benutzen. So habe ich das bei ganz vielen ehemaligen vSphere Setups umgesetzt. Beim nächsten Hardwaretausch wird dann oft in Richtung Ceph migriert. Ich habe...