Este contenido no está disponible en el idioma seleccionado.

7.3. Enabling Kernel Modules


Execute the following commands to enable kernel modules:
  1. You must ensure that the dm_thin_pool and target_core_user modules are loaded in the Red Hat Gluster Storage nodes.
    # modprobe target_core_user
    Copy to Clipboard Toggle word wrap
    # modprobe dm_thin_pool
    Copy to Clipboard Toggle word wrap
    Execute the following command to verify if the modules are loaded:
    # lsmod | grep dm_thin_pool
    Copy to Clipboard Toggle word wrap
    # lsmod | grep 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 file 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/target_core_user.conf
    target_core_user
    Copy to Clipboard Toggle word wrap
  2. You must ensure that the dm_multipath module is loaded on all OpenShift Container Platform nodes.
    # modprobe dm_multipath
    Copy to Clipboard Toggle word wrap
    Execute the following command to verify if the modules are loaded:
    # lsmod | grep dm_multipath
    Copy to Clipboard Toggle word wrap

    Note

    To ensure these operations are persisted across reboots, create the following file and update it with the content as mentioned:
    # cat /etc/modules-load.d/dm_multipath.conf
    dm_multipath
    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