• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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