-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip FREEOBJECTS for objects which can't exist
when sending an incremental stream based on a snapshot, the receiving side must have the same base snapshot. thus we do not need to send FREEOBJECTS records for any objects past the maximum one which exists locally. this allows us to send incremental streams (again) to older ZFS implementations which actually try to free all objects in a FREEOBJECTS record, instead of bailing out early. Signed-off-by: Fabian Grünbichler <[email protected]>
- Loading branch information
1 parent
e3bdab1
commit 94f51fb
Showing
2 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters