Opened 16 years ago
Closed 10 years ago
#3603 closed enhancement (fixed)
Request for Start in Paused Mode
Reported by: | Anders Olsson | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 2.1.4 |
Keywords: | state pause | Cc: | |
Guest type: | other | Host type: | other |
Description (last modified by )
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.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
VirtualBox --startvm-paused (VirtualBox --help)
Added myself as CC to this wish.
Yes, this feature looks needed, at least for CLI.
-Technologov