Veritas InfoScale 8.0 Update 1 Release Notes - Linux

Last Published:
Product(s): InfoScale & Storage Foundation (8.0)
Platform: Linux

LVMVolumeGroup faces issue while performing actions such as going online, offline, and clean entry point on RHEL 9 [4085655]

The LVMVolumeGroup fails to perform actions such as going online, offline, and clean entry points on RHEL 9 if the use_devicesfile tunable is set to 1. It gives the following errors in the logs:

  • VCS Thread(140169894405696) System call read failed with errno (11)

  • VCS Thread(140169894405696) System call read failed with errno(11)

Workaround: Disable the new tunable (use_devicesfile) that is introduced in RHEL 9 by setting its value to 0.

To disable the use_devicesfile tunable on RHEL 9 for LVMVolumeGroup agent, change the setting as follows:

# cat /etc/lvm/lvm.conf | grep use_devicesfile

# Configuration option devices/use_devicesfile

use_devicesfile = 0