From 1972247e9d94263a4687d5098da0cd7d918e577e Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 21 Apr 2019 15:49:56 -0500 Subject: [PATCH] Update the hole_birth language This change came from Tom Caputi in a comment on PR #8641. --- hole_birth-FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hole_birth-FAQ.md b/hole_birth-FAQ.md index a846547..7159d5a 100644 --- a/hole_birth-FAQ.md +++ b/hole_birth-FAQ.md @@ -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*.