Update the hole_birth language

This change came from Tom Caputi <tcaputi@datto.com> in a comment on
PR #8641.
Richard Laager 2019-04-21 15:49:56 -05:00
parent 53f1fe99b4
commit 1972247e9d
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
### Short explanation
The hole_birth feature has/had bugs, the result of which is that, if you do a `zfs send -i` (or `-R`, since it uses `-i`) from an affected dataset, the receiver *will not see any checksum or other errors, but will not match the source*.
The hole_birth feature has/had bugs, the result of which is that, if you do a `zfs send -i` (or `-R`, since it uses `-i`) from an affected dataset, the receiver will not see any checksum or other errors, but the resulting destination snapshot will not match the source.
ZoL versions 0.6.5.8 and 0.7.0-rc1 (and above) default to ignoring the faulty metadata which causes this issue *on the sender side*.