Skip to main content

backup IO prio ignored

Comments

1 comment

  • cPanelMichael
    Hello, The availability of ionice depends on the I/O scheduler utilized on your system. You can run the following command to see if a scheduler is enabled:
    cat /sys/block/$sda/queue/scheduler
    Replace $sda with your disk name (e.g. sda, vda). There's also a useful thread on StackOverflow on schedulers at: Selecting a Linux I/O Scheduler Thank you.
    0

Please sign in to leave a comment.