Actions
Feature #12308
closedSupport setting user properties in a channel program
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Port of OpenZFS #9950
This adds support for setting user properties in a zfs channel program by adding zfs.sync.set_prop
and zfs.check.set_prop
to the ZFS LUA API.
Updated by Jason King over 2 years ago
For testing, the zfs test suite was run when the code was contributed to OpenZFS.
In addition, the zfs test suite was run on illumos (no issues with either). In both cases, this included the new tests added by the change.
Additionally, the code has been in use for several months in a SmartOS development branch.
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit b2d2f356e1abcc2a19572314b5084b7b87050604
commit b2d2f356e1abcc2a19572314b5084b7b87050604 Author: Sara Hartse <sara.hartse@delphix.com> Date: 2020-02-21T18:54:43.000Z 12308 Support setting user properties in a channel program Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions