Support Policies for RHEL High Availability Clusters - LVM in a Cluster

Updated -

Contents

Overview

Applicable Environments

  • Red Hat Enterprise Linux (RHEL) with the High Availability Add-On

Useful References and Guides

Introduction

This guide offers Red Hat's policies around the usage of LVM within RHEL High Availability clusters. Users of RHEL High Availability clusters should adhere to these policies in order to be eligible for support from Red Hat with the appropriate product support subscriptions.

Policies

The resource-agents lvmlockd and LVM-activateon RHEL 7: These resource-agents are technology preview only on RHEL 7 and are not fully supported on RHEL 7.

Cluster management of shared LVM: Clusters that share block storage devices and manage them with LVM must use one of the following methods for managing shared access to these devices in order to receive support from Red Hat:

  • HA-LVM: Shared LVM volumes are activated by the cluster resource manager using:
    • RHEL 6
      • lvm resource-agent managed with rgmanager. When using LVM resource and not managed by clvmd or controld resources, then /etc/lvm/lvm.conf attribute should be set tolocking_type=1.
      • clvmd is used to manage clustered LVM volume groups and and the /etc/lvm/lvm.conf attribute locking_type should be set to 3 (locking_type=3).
    • RHEL 7
      • LVM resource-agent.
      • controld and clvm resource-agents: These resource-agents are used to manage clustered LVM volume groups and and the /etc/lvm/lvm.conf attribute locking_type should be set to 3 (locking_type=3).
      • LVM-activate resource-agent. The resource-agent LVM-activate is technology preview on RHEL 7 and is not fully supported.
      • lvmlockdresource-agent. The resource-agent lvmlockd is technology preview on RHEL 7 and is not fully supported. The resource-agent is used to manage shared LVM volume groups and the /etc/lvm/lvm.conf attribute locking_type should be set to 1 (locking_type=1).
    • RHEL 8+
      • LVM-activate resource-agent.
      • lvmlockd is used to manage shared LVM volume groups and the /etc/lvm/lvm.conf attribute locking_type should be set to 1 (locking_type=1).

Red Hat may be unable to provide support with cluster environments sharing LVM devices that do not use one of these facilities.


LVM RAID: Red Hat's support of shared LVM RAID volumes - volumes using any "raid" segment type for mirroring - in a High Availability cluster is subject to the following conditions:

  • RHEL
    • Red Hat does not support the usage of LVM RAID volumes with clustered LVM volume groups (clvmd, clvm) or shared LVM volume groups (lvmlockd).
  • RHEL 6
    • lvm resource-agent managed by rgmanager: Supported by Red Hat with resource-agents-3.9.2-21.el6 or later, only when using tagging with a volume_list.
    • LVM resource-agent managed by pacemaker: Supported by Red Hat with resource-agents-3.9.5-34.el6 or later, only when using tagging with a volume_list.
  • RHEL 7
    • LVM resource-agent: Supported by Red Hat only when using tagging with a volume_list.
    • LVM-activate resource-agent: Technology Preview only when using tagging with a volume_list. These resource-agents are technology preview and are not fully supported.
  • RHEL 8+
    • LVM-activate resource-agent: Supported by Red Hat

-

LVM mirroring (non-RAID): Red Hat supports usage of clustered LVM mirrored volumes - those of the segment type mirror - within RHEL High Availability clusters.


Use of cache logical volumes in a cluster: Red Hat supports cache volumes in RHEL 8, in RHEL 7.1 or later and RHEL 6.7 or later.

Cache volumes can only be deployed in non-clustered volume groups - that is, VGs that are managed via an HA-LVM system through an LVM or LVM-activate resource (pacemaker) or lvm resource (rgmanager). Cache volumes are not supported with lvmlockd or clvmd from the the Resilient Storage Add-On.

Cache volumes shared by a cluster must use writethrough cache mode by way of allocation { cache_mode = "writethrough" } in /etc/lvm/lvm.conf.


lvm2-lvmetad: With releases of lvm2 that provide support for lvm2-lvmetad, clusters sharing access to LVM volumes must have lvm2-lvmetad disabled in the configuration and as a service to prevent problems resulting from inconsistent metadata caching throughout the cluster.

  • RHEL 6:
    • lvm2-lvmetad can be disabled in /etc/lvm/lvm.conf in the global section with use_lvmetad=0. The lvm2-lvmetad can be disabled at a service level using chkconfig and stopped using service.
  • RHEL 7:
    • lvm2-lvmetad can be disabled in /etc/lvm/lvm.conf in the global section with use_lvmetad=0.
      The lvm2-lvmetad can be disabled and stopped at a service level using systemctl.
  • RHEL 8:

RHEL 6 ocf:heartbeat:LVM resources with exclusive=true and clvmd: The ocf:heartbeat:LVM resource type in RHEL 6 pacemaker clusters must only be used with non-clustered volume groups if the resource must be exclusively-activated (using attribute exclusive=true). Red Hat does not support the usage of LVM resources with exclusive=true managing a clustered volume group in RHEL 6. Exclusive volume groups must use the tagging method of HA-LVM management, which is achieved by ensuring the volume group does not have the clustered attribute enabled on it.


Related Solutions

Comments