cookbook 'zfs', '= 0.0.4'
zfs (6) Versions 0.0.4 Follow6
Manages Solaris zfs
cookbook 'zfs', '= 0.0.4', :supermarket
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.
Foodcritic Metric
0.0.4 passed this metric
0.0.4 passed this metric