I've imported and upgraded a pool.
How do I now enable deduplication on an existing pool?
Thanks!
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
enable deduplication?
-
rs232
- Starter

- Posts: 59
- Joined: 25 Jun 2012 13:48
- Status: Offline
Re: enable deduplication?
I had to use the shell...
Code: Select all
nas4free:~# zfs get dedup mypool
NAME PROPERTY VALUE SOURCE
mypool dedup off defaultCode: Select all
nas4free:~# zfs set dedup=on mypoolCode: Select all
nas4free:~# zfs get dedup mypool
NAME PROPERTY VALUE SOURCE
mypool dedup on local-
rs232
- Starter

- Posts: 59
- Joined: 25 Jun 2012 13:48
- Status: Offline
Re: enable deduplication?
Is there anything else I can enable now that I'm on version zfs28?
slim ZIL?
Anything else?
slim ZIL?
Anything else?
-
kernow
- experienced User

- Posts: 92
- Joined: 23 Jun 2012 01:28
- Status: Offline
Re: enable deduplication?
I have no idea what any of these new features do 
edit: ah I see now, seems like dedup requires a ton of RAM, it's not like I'm running out of space so I'll just leave it off.
Knowing about the other features would be great though
edit: ah I see now, seems like dedup requires a ton of RAM, it's not like I'm running out of space so I'll just leave it off.
Knowing about the other features would be great though
HP Microserver N36L / 6GB ECC RAM / 2 x 2TB WD20EARS, N4F9.1.x
-
rs232
- Starter

- Posts: 59
- Joined: 25 Jun 2012 13:48
- Status: Offline
Re: enable deduplication?
Now that I've enabled deduplication is it applied to existing or only nee files?
-
bryan
- NewUser

- Posts: 4
- Joined: 25 Jun 2012 12:09
- Status: Offline
Re: enable deduplication?
Dedupe, like compression, is only applied to newly written data.rs232 wrote:Now that I've enabled deduplication is it applied to existing or only nee files?