ono
2009-Dec-30 20:12 UTC
[zfs-discuss] what happens to the deduptable (DDT) when you set dedup=off ???
I tried the deduplication feature but the performance of my fileserver dived from writing 50MB/s via CIFS to 4MB/s. what happens to the deduped blocks when you set dedup=off? are they written back to disk? is the deduptable deleted or is it still there? thanks -- This message posted from opensolaris.org
Robert Milkowski
2009-Dec-30 20:23 UTC
[zfs-discuss] what happens to the deduptable (DDT) when you set dedup=off ???
On 30/12/2009 20:12, ono wrote:> I tried the deduplication feature but the performance of my fileserver > dived from writing 50MB/s via CIFS to 4MB/s. > > what happens to the deduped blocks when you set dedup=off? > are they written back to disk? > is the deduptable deleted or is it still there? > >Turning dedup off will only affect new writes. If you want to de-deduplicate old files you will have to re-write them after you disable dedup. -- Robert Milkowski http://milek.blogspot.com
ono
2009-Dec-30 22:57 UTC
[zfs-discuss] what happens to the deduptable (DDT) when you set dedup=off ???
will i be able to see which files were "affected" by dedup or can i do a zfs send/recieve to another filesystem to clean it up? -- This message posted from opensolaris.org
Robert Milkowski
2009-Dec-31 16:28 UTC
[zfs-discuss] what happens to the deduptable (DDT) when you set dedup=off ???
On 30/12/2009 22:57, ono wrote:> will i be able to see which files were "affected" by dedup or can i do a > zfs send/recieve to another filesystem to clean it up? >send|recv will be enough.