From bbeeda62e61d6606c7a7e993a7224d6b99977c97 Mon Sep 17 00:00:00 2001 From: Turbo Fredriksson Date: Thu, 2 Oct 2014 16:09:51 +0200 Subject: [PATCH] Add a stern warning about dedup requiring lots and lots of memory. --- man/man8/zfs.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index d3ca8a6f79f1..555b61d918cc 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -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 can 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.