Re: Cannot rm files when ZFS is full

2009-07-30 Thread Arnaud Houdelette
grarpamp a écrit : Yep, the cp /dev/null file works to truncate. So I can deal with it. Yep, everything is snapshotted. Yep, this is a Sun issue not a FreeBSD one. FreeBSD should just stay current with the versions and the minimum needed to port... fbsd dev time is valuable elsewhere. I do

Re: Cannot rm files when ZFS is full

2009-07-30 Thread Christian Walther
2009/7/30 Arnaud Houdelette arnaud.houdele...@tzim.net: grarpamp a écrit : [...] [carenath] /testpool# rm zero rm: zero: Disc quota exceeded So quota workaround doesn't quite works. It could possibly be an issue where quota limited users fill up their allowed space : they can free space by

Re: Cannot rm files when ZFS is full

2009-07-30 Thread Andrey V. Elsukov
Arnaud Houdelette wrote: [carenath] /testpool# zfs list -r -o name,used,avail,refer,quota testpool NAMEUSED AVAIL REFER QUOTA testpool156M 0 156M 156M testp...@test 22.6K - 153M - [carenath] /testpool# ll -h total 159295 -rw-r--r-- 1 root wheel

Re: Cannot rm files when ZFS is full

2009-07-29 Thread Ronald Klop
On Wed, 29 Jul 2009 05:29:27 +0200, grarpamp grarp...@gmail.com wrote: One week old build... # df -i . Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on ram01/mnt1 239465344 239465344 0 100% 13163 0 100% /mnt1 # ls -aliT zero 20797 -rw-r--r-- 1

Re: Cannot rm files when ZFS is full

2009-07-29 Thread Christian Walther
2009/7/29 grarpamp grarp...@gmail.com: One week old build... # df -i . Filesystem   1K-blocks      Used Avail Capacity iused ifree %iused  Mounted on ram01/mnt1 239465344 239465344     0   100%   13163     0  100%   /mnt1 # ls -aliT zero 20797 -rw-r--r--  1 user user  43515904 Jul 28

Re: Cannot rm files when ZFS is full

2009-07-29 Thread Mark Stapper
Christian Walther wrote: 2009/7/29 grarpamp grarp...@gmail.com: One week old build... # df -i . Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on ram01/mnt1 239465344 239465344 0 100% 13163 0 100% /mnt1 # ls -aliT zero 20797 -rw-r--r-- 1

Re: Cannot rm files when ZFS is full

2009-07-29 Thread Arnaud Houdelette
Mark Stapper a écrit : Christian Walther wrote: 2009/7/29 grarpamp grarp...@gmail.com: One week old build... # df -i . Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on ram01/mnt1 239465344 239465344 0 100% 13163 0 100% /mnt1 # ls -aliT

Re: Cannot rm files when ZFS is full

2009-07-29 Thread Andrew Snow
The performance of ZFS is quite bad when the volume is nearly full anyway. I would recommend creating a parent filesystem with a space limit of 90% of the pool size, and then creating your other filesystems under that. ___

Re: Cannot rm files when ZFS is full

2009-07-29 Thread grarpamp
Yep, the cp /dev/null file works to truncate. So I can deal with it. Yep, everything is snapshotted. Yep, this is a Sun issue not a FreeBSD one. FreeBSD should just stay current with the versions and the minimum needed to port... fbsd dev time is valuable elsewhere. I do remember reading about

Cannot rm files when ZFS is full

2009-07-28 Thread grarpamp
One week old build... # df -i . Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on ram01/mnt1 239465344 239465344 0 100% 13163 0 100% /mnt1 # ls -aliT zero 20797 -rw-r--r-- 1 user user 43515904 Jul 28 23:20:57 2009 zero # rm -f zero rm: zero: No space

Re: Cannot rm files when ZFS is full

2009-07-28 Thread Kip Macy
Try truncating some files. -Kip On Tue, Jul 28, 2009 at 8:29 PM, grarpampgrarp...@gmail.com wrote: One week old build... # df -i . Filesystem   1K-blocks      Used Avail Capacity iused ifree %iused  Mounted on ram01/mnt1 239465344 239465344     0   100%   13163     0  100%   /mnt1 # ls