ZFS and quotas

hey, does anyone know of a way to fix the problem with the ZFS quotas...they work wonderfull for not letting users use more space than you set for them but as soon as the space is full, the users can't delete stuff to make more space...it's a major pain.


every time the space fills up you get this error:


rm: whatever: Disc quota exceeded

i know you can use /dev/null but that is NOT a solutions....i'm using zfs for FTP and web users so i need for them to be able to delete over ftp
 
Which version of fbsd are you using? It is my understanding that this particular had been resolved but if you are on 7.1 or greater i would guess not.
 
how long ago was it resolved? is it possible the freebsd 7.2 i installed from the downloaded iso wasn't fixed yet?
i used csup to update /usr/src and built a new kernel (was doing it for altq support) maybe it'll work now as intended...all the searched i did on google didn't give any freebsd info, just opensolaris.
 
I could not find any concrete date but to be honest I did not have enough free time to thoroughly browse the mailing lists. On the other hand maybe it simply has not been resolved to date. This is the type of issue for which I have hesitated making the switch over to ZFS but I must admit things are looking better all the time. I'll continue to monitor this thread and if I happen to come across something useful in the future i'll certainly post again.

Good Luck
 
thanks....what i've done for now is just increase our user quotas some...i'll just have to keep an eye on them...its' really annoying but all the other benefits of zfs are enough to keep me using it.

also loving freebsd now that i've learned how to use it somewhat.
 
This thread is 7 years old, I doubt you're having the same problem.

Edit rm so that if your exit code is 1, and the filesystem is ZFS, and quotas are on for that user, to move the file to /dev/null?
 
Back
Top