Actions
Feature #12245
closedSupport inheriting properties in zfs channel programs
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Mirroring ZoL #9738, this adds zfs.sync.inherit
and zfs.check.inherit
to the ZFS LUA api to allow zfs channel programs to clear/inherit properties on a dataset.
Updated by Jason King almost 4 years ago
For testing, the zfs test suite was run (including the added test explicitly for this feature).
All of the expected tests pass. The failures are known issues with existing bugs filed.
Updated by Electric Monk almost 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 2d85dedb8eaa3ba69c85560030efe4cbc815efb8
commit 2d85dedb8eaa3ba69c85560030efe4cbc815efb8 Author: Jason King <jason.king@joyent.com> Date: 2020-02-03T14:45:58.000Z 12245 Support inheriting properties in zfs channel programs Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions