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     on                local
# for i in 1 2 3 4 5 ; do mkdir /export/home/d${i} && df -k
/export/home/d${i} && zfs get used rpool/export/home && cp /testfile
/export/home/d${i}; done



as far as I understood it, the dedup works during writing, and won't
deduplicate already written data (this is planned for a later release).

isn't he doing just that (writing, that is)?

Michael
--
Michael Schuster        http://blogs.sun.com/recursion
Recursion, n.: see 'Recursion'
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to