Find the answer to your Linux question:
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, ...
  1. #1
    Just 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

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just 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.

  4. #4
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...