Rebooting dilemma after Proxmox updates
After any update, all administrators face the question of whether the node should be rebooted or not. The Proxmox upgrade process is usually very informative and tells us whether the node really needs a reboot. Most of the updates do not require any reboot. They are simply package updates, but some upgrades, such as kernel releases, newer grubs, and so on will require a node reboot every time. The exact method of rebooting depends on each environment, number, and nature of VMs that are stored per node. In this section, we will see the most widely used method, which is by no means the only a method.
For minimal virtual machine downtime, we can live migrate all the VMs from a node to a different node, and then migrate them back to the original node. As with Proxmox VE 4.1, there is a nice GUI feature addition to instruct all VM migrations with a menu instead of selecting and migrating one VM at a time. The feature is under the More drop-down menu in...