updated README

This commit is contained in:
Markus Ressel 2020-07-30 18:02:50 +02:00
parent 3e195055ad
commit 4bbb6da195

View File

@ -57,7 +57,7 @@ chmod +x ./zfs-inplace-rebalancing.sh
| Name | Description | Default | | 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` | | -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 ### Example