• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Hard Disk Quota is not supported

This is still a problem for me when trying to do it on a VPS, I have access to the hardware node and my fstab in the environment is:

proc /proc proc defaults 0 0
none /dev/pts devpts rw,usrquota,grpquota 1 1

Restarted the entire environment to no avail.
 
I am using ubuntu 10.04 and i have journaled user and group disk quotas on for both / and /var enabled. quotacheck passes and it looks like quotas are on already hence the reasource busy error:

sudo quotacheck -avugm -f
quotacheck: Scanning /dev/mapper/data-system [/] |/quotacheck: Checked 15288 directories and 106939 files
quotacheck: Scanning /dev/mapper/data-var [/var] done
\|quotacheck: Checked 932 directories and 9783 files
done
> sudo quotaon -avug
quotaon: using //aquota.group on /dev/mapper/data-system [/]: Device or resource busy
quotaon: using //aquota.user on /dev/mapper/data-system [/]: Device or resource busy
quotaon: using /var/aquota.group on /dev/mapper/data-var [/var]: Device or resource busy
quotaon: using /var/aquota.user on /dev/mapper/data-var [/var]: Device or resource busy

Still showing not supported in plesk.
 
my fstab file:
/dev/mapper/data-system / ext4 errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1
/dev/mapper/data-tmp /tmp ext4 defaults 0 2
/dev/mapper/data-var /var ext4 defaults,errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
/dev/mapper/data-swap none swap sw 0 0
 
Back
Top