How to Install ioprocess in Ubuntu 18.04



Install ioprocess by entering the following commands in the terminal:

sudo apt update
sudo apt install ioprocess

Description:

Slave process to perform risky IO

When performing IO over network storage (specifically NFS) the process might get stuck in D state. To prevent your main process from becoming unkillable you might prefer to have a slave process do all the risky IO. This is what ioprocess is for.

Homepage: http://www.ovirt.org/Features/ioprocess

Version: 0.15.1-2ubuntu2

Section: universe/utils