SUSE Support

Here When You Need Us

How to prevent LVM partition from being scanned when domUloader calls kpartx?

This document (7004813) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Linux Enterprise Server 11 High-Availability Extension

Situation

It is necessary to disable the automatic activation of LVM2 volume groups in the host during domUloader execution, since they do not automatically get deactivated, and would otherwise prevent a clean stop of the cluster resources.

Resolution

Disable automatic LVM scanning from udev by commenting out the below line from /lib/udev/rules.d/64-lvm2.rules:

# If all related PV's available already, active all LVs inside.
ENV{COLLECT}=="0", RUN+="/sbin/vgchange -a y $env{VGNAME}"

should be changed to:

# If all related PV's available already, active all LVs inside.
# ENV{COLLECT}=="0", RUN+="/sbin/vgchange -a y $env{VGNAME}"

After doing the above change, it is necessary to reboot all cluster nodes

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:7004813
  • Creation Date: 05-Nov-2009
  • Modified Date:03-Mar-2020
    • SUSE Linux Enterprise Server

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.