6.2. Enabling Kernel Modules


Before running the cns-deploy tool, you must ensure that the dm_thin_pool, dm_multipath, and target_core_user modules are loaded in the OpenShift Container Platform node. Execute the following command on all OpenShift Container Platform nodes to verify if the modules are loaded:
Copy to Clipboard Toggle word wrap
# lsmod | grep dm_thin_pool
Copy to Clipboard Toggle word wrap
# lsmod | grep dm_multipath
Copy to Clipboard Toggle word wrap
# lsmod | grep target_core_user
If the modules are not loaded, then execute the following command to load the modules:
Copy to Clipboard Toggle word wrap
# modprobe dm_thin_pool
Copy to Clipboard Toggle word wrap
# modprobe dm_multipath
Copy to Clipboard Toggle word wrap
# modprobe target_core_user

Note

To ensure these operations are persisted across reboots, create the following files and update each with the content as mentioned:
Copy to Clipboard Toggle word wrap
# cat /etc/modules-load.d/dm_thin_pool.conf
dm_thin_pool
Copy to Clipboard Toggle word wrap
# cat /etc/modules-load.d/dm_multipath.conf
dm_multipath
Copy to Clipboard Toggle word wrap
# cat /etc/modules-load.d/target_core_user.conf
target_core_user
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat, Inc.