How to avoid downtime when resizing virtual machines
        Posted  
        
            by 
                Ivan Buttinoni
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ivan Buttinoni
        
        
        
        Published on 2013-10-28T22:06:17Z
        Indexed on 
            2013/10/29
            3:58 UTC
        
        
        Read the original article
        Hit count: 614
        
linux
|virtualization
Many IaaS provider offer dynamic upgrade/downgrade of RAM and cores.
Usually a Linux VM has to be rebooted to apply these changes.
Sometimes, things like VMware tools or other guest services are well integrated so the upgrades to resources are immediately available, but the downgrades still need reboot.
How can I solve this issue, so that when downgrading resources I do not have to reboot my guests?
© Server Fault or respective owner