Yesterday I was restoring a 100 GB tar file backup ( which was created by vzdump for a KVM guest ) but the load of server increased to 20 or 30 and other live VMs on that host was inaccessible in the period of restoring.
I've used this command to find out the process number:
ps -aux | grep qmrestore
and then this command to reduce the IO pressure on the server:
ionice -c3 -pxxxxx
but it didn't fix anything.
Any suggestion about reducing the IO pressure of qmrestore?
I've used this command to find out the process number:
ps -aux | grep qmrestore
and then this command to reduce the IO pressure on the server:
ionice -c3 -pxxxxx
but it didn't fix anything.
Any suggestion about reducing the IO pressure of qmrestore?