• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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