• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk Hard Quota Support

GenXRoad

Basic Pleskian
Hello, i have an Problem with Hard Quota Support, it won't work i think.

I installed quota on my Server, then i edited my /etc/fstab,

remounted my hdd

qouta is working correctly, no i set up "Quota Space" in my Plesk Packages:

Screenshot_1.png

then when i syncing the Profile with all my Websites: an check in console with

Code:
repquota -as

i geht the following result:

Screenshot_2.png
 
the Limit is for almost every user, su7*, *user..

but it will not be set

lets take su723

Code:
repquota -as | grep su723

Screenshot_4.png

i think something is wrong with the scripts which will set the quota Limit, i found by Google an link where i can set the quota in Byte per cli, when i runed this script the quota was set correctly, but i can't find the cli script again
 
I have a similar issue.

Manually I can set quotas per user from the CLI.

Still, Plesk reports that "Hard disk quota is not supported due to the configuration of the server file system".

Here are some of my screenshots.

Proper setup for Quota should be in Plesk's docs if Plesk expects something different?... (but it shouldn't).

Testing on Plesk 12.50.30 with updates made for today.

image.png

image.png

image.png

image.png
 
Screenshot_1.png

you Need to disable the Option marked withe the red arrow

ans the the quota is set, with the marked Option allowed the user can set the qouta by his self


Screenshot_2.png
 
you Need to disable the Option marked withe the red arrow

ans the the quota is set, with the marked Option allowed the user can set the qouta by his self

That I have it disabled.
There's something else not working right.
I've been setting up the quota on servers the same way for years, and works in Ispconfig and Virtualmin out-of-the-box like that. Just Plesk complains about it...
 
What is output of following SQL query in Plesk database

select * from ServiceNodeEnvironment where name = 'isHardQuotaEnabled';

and what is type of your filesystem? Ext4 or XFS?
 
Back
Top