So my question is on a Proxmox VE host (let's assume 5.1 in case it matters) when I run apt-get update && apt-get dist-upgrade
and decide to go ahead with the installation of package updates, will this cause KVM-based guests (that's the only kind we're using at the moment) to be stopped/suspended or otherwise affected?
If so, does this depend on a particular package being updated (I imagine the pve-*
packages may be of interest here)?
Essentially what I am trying to find out is if the KVM guests will continue running unaffected or if I need to schedule such host updates for a particular time. I realize that I have to schedule reboots into a new kernel in either case.