Este contenido no está disponible en el idioma seleccionado.

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:
# 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
Copy to Clipboard Toggle word wrap
If the modules are not loaded, then execute the following command to load the modules:
# modprobe dm_thin_pool
Copy to Clipboard Toggle word wrap
# modprobe dm_multipath
Copy to Clipboard Toggle word wrap
# modprobe target_core_user
Copy to Clipboard Toggle word wrap

Note

To ensure these operations are persisted across reboots, create the following files and update each with the content as mentioned:
# 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
Copy to Clipboard Toggle word wrap
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat