Forge Home

dmmultipath

Configure DM-Multipath

6,059 downloads

3,890 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.2 (latest)
  • 0.1.1
  • 0.1.0
released Sep 18th 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x
  • Puppet >= 5.5.0 < 7.0.0
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'arden-dmmultipath', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add arden-dmmultipath
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install arden-dmmultipath --version 0.1.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

arden/dmmultipath — version 0.1.2 Sep 18th 2019

dmmultipath

pipeline status Version

Table of Contents

  1. Description
  2. Setup - The basics of getting started with dmmultipath
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

This module configures the DM Multipath module for a given device or set of devices.

Setup

There are no external dependencies for this module aside from standard system packages.

Beginning with dmmultipath

For this module to work the class must be included with at least one enabled storage controller.

class { 'dmmultipath':
  enabled_devices => ['ibm_2145'],
}

This can also be achieved via hiera.

---
dmmultipath::enabled_devices:
  - 'ibm_2145'
include 'dmmultipath'

Usage

The base configuration will provide sane defaults for the ibm_2145 device, enable the multipathd service at boot, and configure a 120 second timeout for all corresponding disk devices via udev. In addition, a regeneration of the initramfs for the current kernel can also be configured. This ensures that the appropriate multipath settings are available from the time of boot.

class { 'dmmultipath':
  regen_initramfs => true,
  enabled_devices => ['ibm_2145'],
}

Limitations

Operating System Support

  • RedHat Family 7.x (CentOS and RHEL)

Controller Support

A full listing of supported types can be found in the definition of the Dmmultipath::SupportedModels type.

  • IBM Spectrum Virtualize (SVC and Storwize) systems.

Development

TBD. Create an issue and we'll figure it out from there.

Contributors

Check out the contributor list.

Changelog

All feature updates for this module can be found in the changelog.