godevop / zpool

zpool.ca official repository

Home Page:https://zpool.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Description

Lightweight resource and provider to manage Solaris zpools.

Currently, just creates or destroys simple zpools.

Requirements

Solaris, zpool.

Attributes

disks - Array of disks to put in the pool.

Usage

zpool "test" do
  disks [ "c0t2d0s0", "c0t3d0s0" ]
end


zpool "test2" do
  action :destroy
end

About

zpool.ca official repository

https://zpool.ca


Languages

Language:Ruby 100.0%