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
Situation
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
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com