what is the suggested workflow for host upgrade, for example for installing a security patch (say, CVE-2016-3710 :-)? Let’s say you want to “yum update” all your hosts, and the upgrade contains the kernel package and a recommendation to restart all the qemu processes. How would you do it, if your ONe cloud contains uptime-sensitive VMs? Are there any pre-installed scripts for gradually rebooting all your cloud?
Hello Yenya, I do it manualy. Live migrate all VM from one node to others, yum update, reboot… LIve migrate all VM from second node and so on. You can write some scripts, which do this automaticaly.