Re: [zfs-discuss] ZFS dedup clarification

2009-12-07 Thread Cesare
Hy all, On Fri, Nov 27, 2009 at 11:08 AM, Chavdar Ivanov wrote: > Hi, > > I BFUd successfully snv_128 over snv_125: > > --- > # cat /etc/release >                  Solaris Express Community Edition snv_125 X86 >           Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved. >              

Re: [zfs-discuss] ZFS dedup clarification

2009-12-01 Thread Dominic Kay
You have fallen into the same trap I fell into. df(1M) is not dedup aware; dedup occurs at the pool level, not the filesystem level. If you look at your df output, you can see your disk seems to be growing in size which is non-intuitive. Once you start using ZFS and in particular dedup but also

Re: [zfs-discuss] ZFS dedup clarification

2009-11-30 Thread Chavdar Ivanov
2009/11/27 Thomas Maier-Komor : > Chavdar Ivanov schrieb: >> Hi, >> >> I BFUd successfully snv_128 over snv_125: >> >> --- >> # cat /etc/release >>                   Solaris Express Community Edition snv_125 X86 >>            Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved. >>          

Re: [zfs-discuss] ZFS dedup clarification

2009-11-27 Thread Chavdar Ivanov
Last remark was spot on: Script started on Wed Oct 28 10:23:11 2009 # zpool get all rpool NAME PROPERTY VALUE SOURCE rpool size 16.9G - rpool capacity 64% - rpool altroot- default rpool health

Re: [zfs-discuss] ZFS dedup clarification

2009-11-27 Thread Thomas Maier-Komor
Michael Schuster schrieb: > Thomas Maier-Komor wrote: > >>> Script started on Wed Oct 28 09:38:38 2009 >>> # zfs get dedup rpool/export/home >>> NAME PROPERTY VALUE SOURCE >>> rpool/export/home dedup onlocal >>> # for i in 1 2 3 4 5 ; do mkdir /expor

Re: [zfs-discuss] ZFS dedup clarification

2009-11-27 Thread Michael Schuster
Thomas Maier-Komor wrote: Script started on Wed Oct 28 09:38:38 2009 # zfs get dedup rpool/export/home NAME PROPERTY VALUE SOURCE rpool/export/home dedup onlocal # for i in 1 2 3 4 5 ; do mkdir /export/home/d${i} && df -k /export/home/d${i} && zfs

Re: [zfs-discuss] ZFS dedup clarification

2009-11-27 Thread Thomas Maier-Komor
Chavdar Ivanov schrieb: > Hi, > > I BFUd successfully snv_128 over snv_125: > > --- > # cat /etc/release > Solaris Express Community Edition snv_125 X86 >Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license

[zfs-discuss] ZFS dedup clarification

2009-11-27 Thread Chavdar Ivanov
Hi, I BFUd successfully snv_128 over snv_125: --- # cat /etc/release Solaris Express Community Edition snv_125 X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembl