cookbook 'zfs', '= 0.0.1', :supermarket
zfs (6) Versions 0.0.1 Follow6
Manages Solaris zfs
cookbook 'zfs', '= 0.0.1'
knife supermarket install zfs
knife supermarket download zfs
Description
Lightweight resource and provider to manage Solaris zfs file systems. Currently, only a limited sub-set of options are supported.
Requirements
Solaris, zfs. Zpool should be already created, either manually or with the zpool LWRP.
Attributes
mountpoint = defaults to /name zoned = "on", "off" - defaults to "off" atime = "on, "off", - defaults to "on" recordsize = defaults to "128K"
Usage
zfs "zones/test" do action :create mountpoint "/opt/test" end
zfs "test/test2" do zoned "on" atime "off" recordsize "16K" mountpoint "none" end
zfs "test/test3" do action :destroy end
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.