I'm trying to set up project quotas with XFS on a debian box and run in some problems when defining the quotas i get back an error cannot set limits: function not implemented
Am i missing something?
cat /etc/projects
33:/home/quotatest/a
33:/home/quotatest/b
cat /etc/projid
testproject:33
mountpoint of home:
/dev/md3 on /home type xfs (rw,pquota)
When i now define the quota by running
#xfs_quota -x home
xfs_quota> limit -p bsoft=10m bhard=20m testproject
xfs_quota: cannot set limits: Function not implemented
xfs_quota>