mistifyio / go-zfs

Go wrappers for ZFS commands
Apache License 2.0
128 stars 66 forks source link

Add support for zfs set command #44

Closed kenXengineering closed 8 years ago

kenXengineering commented 8 years ago

Opening an issue for adding support for zfs set command. This would allow setting various properties on zfs filesystems/volumes/snapshots (such as quota). I'm going to start working on a pull request for this.

kenXengineering commented 8 years ago

Just saw in the code there is a set function, don't know how I missed it for soo long >.<