Skip to content

A very early attempt to create a cookbook with LWRP for configuring RAID controllers

Notifications You must be signed in to change notification settings

Afterglow/chef-raid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Configures a RAID controller, currently the only provider is for megaraid Requirements

Requires MegaCli to be installed Attributes

  "raid": {
    "provider": "raid_megaraid",
    "logicaldrives": [
      { "controller": 0, "raidlevel": 10, "drives": [["6:0","6:1"],["6:2","6:3"]] }
    ]
  }

Usage

There are some examples in recipes/default.rb of what can be done to clear controllers or create/delete logical drives and spans. Either use those examples to make your own or use the provided recipes such as raid::manage in conjunction with correctly set node attributes to configure the controller.

About

A very early attempt to create a cookbook with LWRP for configuring RAID controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages