#3603 closed enhancement (fixed)
Request for Start in Paused Mode
回報者: | Anders Olsson | 負責人: | |
---|---|---|---|
元件: | VM control | 版本: | VirtualBox 2.1.4 |
關鍵字: | state pause | 副本: | |
Guest type: | other | Host type: | other |
描述 (由 作最後更新)
We use multiple VMs to build clusters. When saving states of the VM, it's quite easy for us to quickly pause all machines, and then save their individual states. But when starting the VMs we get trouble, because before we have started up all VMs the first one started gets network timeouts when looking for the other nodes. What would be needed is that the nodes gets paused as soon as they are restored, so that they can be resumed all at the same time.
We've tried to issue a VBoxManage controlvm <node> pause as soon as VBoxManage startvm has returned, but in the case of restoring from a state, the VM is not in a pauseable state after returning from VBoxMaange startvm <node>.
The feature we'd need is a 'pause' option to VBoxManage startvm, that would set the VM in a paused state as soon as it's possible to do so. Alternatively a way to make VBoxManage startvm only to return when the state 'running' has actually been reached.
Added myself as CC to this wish.
Yes, this feature looks needed, at least for CLI.
-Technologov