Re: [zfs-discuss] How to get nfs work with zfs?

2011-12-06 Thread Didier Rebeix
see them. Clients have to mount each submount to access them. With NFS you export a filesystem, not a hierarchy of filesystems. > 3、what does "+" mean? It means ACLs are enabled. Use noacl mount option to disable. > 4、do I need to remount a share dir after changing the file access on > solaris(NFS server)? If you mean like chmod'ing on the server, then you don't have to remount on the clients. Cheers. -- Didier REBEIX ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] zpool scrub bad block list

2011-11-08 Thread Didier Rebeix
, driver, cache > corruption, or something else, so blacklisting the block will not > solve the issue. Also, with some types of disk (SSD), block numbers > are moved around to achieve wear leveling, so blacklistinng a block > number won't stop you reusing that real block. > -- Didier

[zfs-discuss] zpool scrub bad block list

2011-11-08 Thread Didier Rebeix
Hi list, from ZFS documentation it appears unclear to me if a "zpool scrub" will black list any found bad blocks so they won't be used anymore. I know Netapp's WAFL scrub does reallocate bad blocks and mark them as unsable. Does ZFS have this kind of strategy ? Thanks. -- Didie