Results 1 to 4 of 4
Hi,
I need to quiesce a VM manually and for that I need to somehow pause VM and hold incoming I/O requests. Any help will be appreciated.
Thanks in advance,
...
- 03-23-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 4
How to hold I/O requests in linux.
Hi,
I need to quiesce a VM manually and for that I need to somehow pause VM and hold incoming I/O requests. Any help will be appreciated.
Thanks in advance,
Pooja
- 03-23-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Well, you should be able to suspend or hibernate the OS running in the VM. Some virtual machine managers have the ability to pause a running VM as well. What VM manager are you using?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-25-2011 #3Just Joined!
- Join Date
- Mar 2011
- Posts
- 4
Thanks for the reply.I am using Vmware- tool to manage VMs. I know only little about VM manager. Can you please tell me which virtual machine manger can hold I/O requests? I need to write OS independent code as far as possible. I found vmsync module which comes with vmware tool capable of freezing file system, but facing some issues with it.
Thanks and regards,
Pooja.
- 03-25-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
VirtualBox has the ability to pause a VM. It's not just stopping I/O per se, but placing the entire VM on hold. Sort of a suspend/resume capability.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote