• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Recource Manager (Cgroups) does not show disk IO options

vissgouvinas

New Pleskian
Server operating system version
Ubuntu 24.04
Plesk version and microupdate number
18.0.76
I have activated the Cgroups option on my Plesk installation and while i have options to limit both CPU and RAM it does not show the Disk IO at all.
I have already checked on that iotop works on the server as well.

Do you have any ideas?
 

Attachments

  • Screenshot 2026-03-09 025107.png
    Screenshot 2026-03-09 025107.png
    145 KB · Views: 6
Can you provide more details on the hardware and configuration?
Is it installed on a RAID partition? Is it a physical server or a VM? If a VM what is being used for virtualization?

Can you also run:
Code:
plesk sbin resctrl --features
 
The server is an raid 5 configuration, and it is a physical server, not a VM.

I runned and I got:
{"cpu": true, "cpuacct": true, "memory": true, "blkio": true, "vhosts_blkio": false}
 
That does explain it then, Plesk Resource controller doesn't support IO limiting on RAID partitions.
And the option is not shown as Plesk detects that "vhosts_blkio": false
 
Back
Top