[zfs-discuss] Space has not been freed up!

2009-09-10 Thread Gino
Hi all, we have some problems with ZFS. Our configuration: X4100 + dual 3510 JBOD, 2 zpool, Solaris 10U7 # zfs create dr/netapp11bkpVOL34 # cd /dr/netapp11bkpVOL34 # rsync -av --numeric-ids --delete /netapp11/vol/vol34/* . # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Fajar A. Nugraha
On Thu, Sep 10, 2009 at 3:27 PM, Ginodandr...@gmail.com wrote: # cd /dr/netapp11bkpVOL34 # rm -r * # ls -la # Now there are no files in /dr/netapp11bkpVOL34, but # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34                       1.34T       158G    1.34T      

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Chris Ridd
On 10 Sep 2009, at 09:38, Fajar A. Nugraha wrote: On Thu, Sep 10, 2009 at 3:27 PM, Ginodandr...@gmail.com wrote: # cd /dr/netapp11bkpVOL34 # rm -r * # ls -la # Now there are no files in /dr/netapp11bkpVOL34, but # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Gino
# cd /dr/netapp11bkpVOL34 # rm -r * # ls -la # Now there are no files in /dr/netapp11bkpVOL34, but # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34 1.34T 158G 4T /dr/netapp11bkpVOL34 Space has not been freed up! Are there

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread David Magda
On Thu, September 10, 2009 04:27, Gino wrote: # cd /dr/netapp11bkpVOL34 # rm -r * # ls -la Now there are no files in /dr/netapp11bkpVOL34, but # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34 1.34T 158G1.34T /dr/netapp11bkpVOL34 Space has not been

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Casper . Dik
On Thu, September 10, 2009 04:27, Gino wrote: # cd /dr/netapp11bkpVOL34 # rm -r * # ls -la Now there are no files in /dr/netapp11bkpVOL34, but # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34 1.34T 158G1.34T /dr/netapp11bkpVOL34 Space has not been

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Gino
On Thu, September 10, 2009 04:27, Gino wrote: # cd /dr/netapp11bkpVOL34 # rm -r * # ls -la Now there are no files in /dr/netapp11bkpVOL34, but # zfs list|egrep netapp11bkpVOL34 dr/netapp11bkpVOL34 1.34T 158G1.34T netapp11bkpVOL34 Space has

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Francois Napoleoni
Actually there is great chance that you are hitting this bug : 6792701 Removing large holey file does not free space To check run : # zdb - name of your pool/name of your fs if you find object(s) without pathname you are in ... it should look like this : ... Object lvl iblk dblk

Re: [zfs-discuss] Space has not been freed up!

2009-09-10 Thread Gino
Francois you're right! We just found that it's happening only with files 100GB and S10U7. We have no problem with SNV_101a. gino Actually there is great chance that you are hitting this bug : 6792701 Removing large holey file does not free space To check run : # zdb - name of