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.
>
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
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.
>>
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
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
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
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
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