Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

zfs (6) Versions 0.0.5

Manages Solaris zfs

Policyfile
Berkshelf
Knife
cookbook 'zfs', '= 0.0.5', :supermarket
cookbook 'zfs', '= 0.0.5'
knife supermarket install zfs
knife supermarket download zfs
README
Dependencies
Quality 100%

Build Status

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.5 passed this metric