Skip to content

Commit

Permalink
Put in a warning about dedup requiring lots and lots of memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
FransUrbo committed Oct 2, 2014
1 parent 83e9986 commit 96a61de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/man8/zfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ If needed, \fBZFS\fR file systems can also be managed with traditional tools (\f
.SS "Deduplication"
.LP
Deduplication is the process for removing redundant data at the block-level, reducing the total amount of data stored. If a file system has the \fBdedup\fR property enabled, duplicate data blocks are removed synchronously. The result is that only unique data is stored and common components are shared among files.
.sp
\fBWARNING\fR: Please don't enable this unless you know \fUexactly\fR what you're doing! It can be very dangerous and result in pool loss if you don't have enough memory.
.SS "Native Properties"
.LP
Properties are divided into two types, native properties and user-defined (or "user") properties. Native properties either export internal statistics or control \fBZFS\fR behavior. In addition, native properties are either editable or read-only. User properties have no effect on \fBZFS\fR behavior, but you can use them to annotate datasets in a way that is meaningful in your environment. For more information about user properties, see the "User Properties" section, below.
Expand Down

0 comments on commit 96a61de

Please sign in to comment.