• 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.

Hard disk quota is not supported

M

MaRiOsGR

Guest
Hello,

when I'm trying to setup quotas inside plesk Account Preferences -> Hard disk quota -> Unlimited (hard disk quota is not supported due to configuration of server file system)

how can this be fixed?


[root@zeus /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md2 457G 4.7G 429G 2% /
/dev/md0 99M 22M 73M 23% /boot
tmpfs 3.0G 0 3.0G 0% /dev/shm


also

[root@zeus /]# cat /etc/fstab
/dev/md2 / ext3 defaults 1 1
/dev/md0 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/md1 swap swap defaults 0 0
 
Back
Top