From 4bbb6da1958e7b64b12d913e815103d510c4e56b Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Thu, 30 Jul 2020 18:02:50 +0200 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 389ace4..827b53c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ chmod +x ./zfs-inplace-rebalancing.sh | Name | Description | Default | |-----------|-------------|---------| -| -checksum | Whether to compare the copy using an **MD5** checksum | `true` | +| -checksum | Whether to compare attributes and content of the copied file using an **MD5** checksum. Technically this is a redundent check and consumes a lot of resources, so think twice. | `true` | | -passes | The maximum number of rebalance passes per file. Setting this to infinity by using a value `<= 0` might improve performance when rebalancing a lot of small files. | `1` | ### Example