Maintainer | 2016 Evan Cofsky <evan@theunixman.com> |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Functions defining zfs Properties.
Documentation
zfsExists :: ZFS -> Property ZFSOS Source #
Will ensure that a ZFS volume exists with the specified mount point. This requires the pool to exist as well, but we don't create pools yet.
zfsSetProperties :: ZFS -> ZFSProperties -> Property ZFSOS Source #
Sets the given properties. Returns True if all were successfully changed, False if not.