cookbook 'drbd', '= 1.0.0'
drbd
(24) Versions
1.0.0
-
Follow6
Installs/Configures drbd.
cookbook 'drbd', '= 1.0.0', :supermarket
knife supermarket install drbd
knife supermarket download drbd
drbd Cookbook
Installs and configures the Distributed Replicated Block Device (DRBD) service for mirroring block devices between a pair of hosts. Right now it simply works in pairs, multiple hosts could be supported with a few small changes.
The drbd
cookbook does not partition drives. It will format partitions given a filesystem type, but it does not explicitly depend on the xfs
cookbook if you want that type of filesystem, but you can put it in your run list and set the node['drbd']['fs_type'] to 'xfs' or 'ext4' or whatever.
Requirements
Platforms
- Ubuntu
- CentOS
Tested with Ubuntu 10.04, 10.10 and CentOS 6.4. You must have the 'linux-server' package and 'linux-headers-server' kernel installed to properly support the drbd module. In CentOS it will subscribe to EL Repository to access necessary drbd rpm packages.
Chef
- Chef 12.1+
Cookbooks
- none
Recipes
default
Installs drbd but does no configuration.
pair
Given a filesystem and a partner host, configures block replication between the hosts. The master will claim the primary, format the filesystem and mount the partition. The slave will simply mirror without mounting. It currently takes 2 chef-client runs to ensure the pair is synced properly.
Attributes
The required attributes are
-
node['drbd]['remote_host']
- Remote host to pair with. -
node['drbd]['remote_ip']
- Remote host to pair with. -
node['drbd]['local_ip']
- Remote host to pair with. -
node['drbd]['disk']
- Disk partition to mirror. -
node['drbd]['mount']
- Mount point to mirror. -
node['drbd]['fs_type']
- Disk format for the mirrored disk, defaults toext3
. -
node['drbd]['master']
- Whether this node is master between the pair, defaults tofalse
.
Roles
There are a pair of example roles drbd-pair.rb
and drbd-pair-master.rb
with the cookbook source.
License & Authors
Author:: Matt Ray (matt@chef.io)
Copyright:: 2011-2016, Chef Software, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
drbd Cookbook CHANGELOG
This file is used to list changes made in each version of the drbd cookbook.
1.0.0 (2016-09-15)
- Testing updates
- Require Chef 12.1
v0.10.0 (2015-10-20)
- Converted Chef::Shellout to Mixlib::Shellout to prevent deprecation warnings
- Changed Opscode -> Chef Software
- Added gitignore file
- Added chefignore file
- Added initial Test Kitchen config
- Added Chef standard rubocop config
- Added Travis CI testing
- Added Berksfile
- Added Gemfile with testing deps
- Updated testing and contributing docs
- Added maintainers.md and maintainers.toml files
- Added travis and cookbook version badges to the readme
- Added a Rakefile for simplified testing
- Added additional platforms to the metadata
- Added source_url and issues_url to the metadata
- Added basic convergence Chefspec
- Resolved Rubocop warnings
v0.9.0 (2014-06-11)
- # 3 - [CHEF-4979] add support for centos and multiple netwrok interfaces
v0.8.2
- [COOK-2957]: drbd cookbook has foodcritic failures
v0.8.0
- Initial release.
Collaborator Number Metric
1.0.0 passed this metric
Foodcritic Metric
1.0.0 passed this metric
1.0.0 passed this metric
1.0.0 passed this metric