• 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

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