summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-11-26 17:56:45 +0100
committerDavid Sterba <dsterba@suse.com>2016-01-04 11:28:12 +0100
commitbbb0c589fc675d1a132b66a10be2234ffb4bd5eb (patch)
treed6b171c98c48927b06e833bb0d8b12810d3f050d /utils.c
parent1d37645dc35bdd6152399be88d8300318b0651de (diff)
btrfs-progs: docs: mkfs, implications of DUP on devices
We offer DUP but still depend on the hardware, to do the right thing. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index c20966c1..32e6e399 100644
--- a/utils.c
+++ b/utils.c
@@ -2505,7 +2505,7 @@ int test_num_disk_vs_raid(u64 metadata_profile, u64 data_profile,
}
warning_on(!mixed && (data_profile & BTRFS_BLOCK_GROUP_DUP) && ssd,
- "DUP have no effect if your SSD have deduplication function");
+ "DUP may not actually lead to 2 copies on the device, see manual page");
return 0;
}