Restarting cluster after Updates

Feb 21, 2022
28
5
8
71
Newbie

Did my first update on my 2 node cluster today.

Just to be safe I want to know the best way to restart a node,

Read the docs and did not seem to find a answer, although I know it is there somewhere.
 
hi,

Did my first update on my 2 node cluster today.

Just to be safe I want to know the best way to restart a node,
you can reboot your nodes via the GUI [0] or by running the reboot command on a shell or SSH session.

if you need to keep your VMs running during the reboot, you can live migrate[1] them. for example:
1. migrate running VMs from host1 to host2
2. reboot host1
3. migrate running VMs from host2 to host1
4. reboot host2
5. migrate VMs back to host2

(containers cannot be live-migrated so you'd have to do a shutdown on those first)

hope this helps!

[0]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_nodes
[1]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_online_migration