This cookbook installs and autoconfigures mdadm Management tool for Linux md/raid.
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Ubuntu
- Debian
mdadm-conf
- The default recipe.
This cookbook installs the mdadm components if not present, and pulls updates if they are installed on the system. After that it generates correct /etc/mdadm/mdadm.conf
default[:mdadm][:mail_to] = "admin@example.com"
default[:mdadm][:initrdstart] = "all"
default[:mdadm][:autostart] = true
default[:mdadm][:autocheck] = true
default[:mdadm][:start_daemon] = true
default[:mdadm][:verbose] = true
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- gfrntz (gfrntz@evilmartians.com)
- dragonsmith (agon.smith@gmail.com)
mdadm-conf
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2013 Kirill Kouznetsov (agon.smith@gmail.com)