Re: [zfs-discuss] zfs and nfs

2009-04-09 Thread OpenSolaris Forums
> I'm using Solaris 10 (10/08). This feature is what
> exactly i want. thank for response.


Duh. What I meant previously was that this feature
is not available in the Solaris 10 releases.

Cindy
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Zpool import error! - Help Needed

2009-04-09 Thread OpenSolaris Forums
H have a similar problem:

r...@moby1:~# zpool import
  pool: bucket
id: 12835839477558970577
 state: UNAVAIL
action: The pool cannot be imported due to damaged devices or data.
config:

bucket  UNAVAIL  insufficient replicas
  raidz2UNAVAIL  corrupted data
c3t0d0  ONLINE
c3t1d0  ONLINE
c4t0d0  ONLINE
c4t1d0  ONLINE
c4t2d0  ONLINE
c4t3d0  ONLINE

How is this possible?

This is with osol b108.
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Data size grew.. with compression on

2009-04-09 Thread OpenSolaris Forums
if you rsync data to zfs over existing files, you need to take something more 
into account:

if you have a snapshot of your files and rsync the same files again, you need 
to use "--inplace" rsync option , otherwise completely new blocks will be 
allocated for the new files. that`s because rsync will write entirely new file 
and rename it over the old one.

not sure if this applies here, but i think it`s worth mentioning and not 
obvious.
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss