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!

enable deduplication?

Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
rs232
Starter
Starter
Posts: 59
Joined: 25 Jun 2012 13:48
Status: Offline

enable deduplication?

Post by rs232 »

I've imported and upgraded a pool.

How do I now enable deduplication on an existing pool?

Thanks!

rs232
Starter
Starter
Posts: 59
Joined: 25 Jun 2012 13:48
Status: Offline

Re: enable deduplication?

Post by rs232 »

I had to use the shell...

Code: Select all

nas4free:~# zfs get dedup mypool
NAME   PROPERTY  VALUE          SOURCE
mypool  dedup     off            default

Code: Select all

nas4free:~# zfs set dedup=on mypool

Code: Select all

nas4free:~# zfs get dedup mypool
NAME   PROPERTY  VALUE          SOURCE
mypool  dedup     on             local

rs232
Starter
Starter
Posts: 59
Joined: 25 Jun 2012 13:48
Status: Offline

Re: enable deduplication?

Post by rs232 »

Is there anything else I can enable now that I'm on version zfs28?

slim ZIL?

Anything else?

kernow
experienced User
experienced User
Posts: 92
Joined: 23 Jun 2012 01:28
Status: Offline

Re: enable deduplication?

Post by kernow »

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 :)
HP Microserver N36L / 6GB ECC RAM / 2 x 2TB WD20EARS, N4F9.1.x

rs232
Starter
Starter
Posts: 59
Joined: 25 Jun 2012 13:48
Status: Offline

Re: enable deduplication?

Post by rs232 »

Now that I've enabled deduplication is it applied to existing or only nee files?

bryan
NewUser
NewUser
Posts: 4
Joined: 25 Jun 2012 12:09
Status: Offline

Re: enable deduplication?

Post by bryan »

rs232 wrote:Now that I've enabled deduplication is it applied to existing or only nee files?
Dedupe, like compression, is only applied to newly written data.

Post Reply

Return to “ZFS (only!)”