• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Hard disk quota is not supported

T

tenebroe

Guest
Hello,

I have a server with CENTOS 5 64 bits, Plesk 8.3 native updated to 8.4.

And I have a /var partition /dev/md7 mounted with XFS and the following configurations:

-------------------------------------------------------
[root@access]# cat /etc/mtab
/dev/md7 /var xfs rw,usrquota 0 0
-------------------------------------------------------
[root@access]# cat /etc/fstab
/dev/md7 /var xfs defaults,usrquota 0 2
-------------------------------------------------------
[root@access]# xfs_quota -x -c 'state' /dev/md7
User quota state on /var (/dev/md7)
Accounting: ON
Enforcement: ON
Inode: #2625 (16 blocks, 12 extents)
Group quota state on /var (/dev/md7)
Accounting: OFF
Enforcement: OFF
Inode: #18446744073709551615 (0 blocks, 0 extents)
Project quota state on /var (/dev/md7)
Accounting: OFF
Enforcement: OFF
Inode: #18446744073709551615 (0 blocks, 0 extents)
Blocks grace time: [7 days 00:00:30]
Inodes grace time: [7 days 00:00:30]
Realtime Blocks grace time: [7 days 00:00:30]
-------------------------------------------------------

But message of "Hard disk quota is not supported" continues and Hard Disk Quota is in gray for users quotas and I want to assignate quotas for ftp and web users in my server.

Can someone help me?

Thank you.
 
try `/usr/local/psa/admin/sbin/usermng --isquotable` to see if plesk can recognize quotas.. afaik plesk calls standard `quota`, `quotacheck`, `quotaset` so that even if you have xfs and use `xfs_*` make sure that 'quota' rpm is installed..
 
It has been resolved with:

yum install quota.x86_64

:)

Thank you for your support
 
Back
Top