Actions
Bug #9487
closedFree objects when receiving full stream as clone
Start date:
2018-04-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
All objects after the last written or freed object are not supposed to exist after receiving the stream. We should free them accordingly, as if a freeobjects record for them had been included in the stream. We can pull https://github.com/zfsonlinux/zfs/commit/48fbb9ddbf2281911560dfbc2821aa8b74127315 to accomplish this.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 7864b8192b8d30471fa2240466d516292e5765b8
commit 7864b8192b8d30471fa2240466d516292e5765b8 Author: Paul Dagnelie <pcd@delphix.com> Date: 2018-05-17T13:51:45.000Z 9487 Free objects when receiving full stream as clone Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions