Hi
I need to suspend the current I/O on my file system.
Is there any mechanism to figure out the number of I/O currently happening in the system?
Is there any mechanism to suspend all the current I/O(write) momently on the file system?
Also,any mechanism to flush all the I/O currently executed in the file system?
Thanks