Is Scaling Up possible without losing session data?
If you change flavor of an instance (using 'nova resize), that has active processes on it the processes are lost after the operation. I want to know if there is a way to change the flavor and have the processes remain after the operation is complete?
Additionally, the instance appears to be unreachable through SSH during the operation. Is there a way to change flavor with no or minimal downtime?