• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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