Search

7.3. Enabling Kernel Modules

download PDF
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
    # modprobe dm_thin_pool
    Execute the following command to verify if the modules are loaded:
    # lsmod | grep dm_thin_pool
    # lsmod | grep target_core_user

    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
    # cat /etc/modules-load.d/target_core_user.conf
    target_core_user
  2. You must ensure that the dm_multipath module is loaded on all OpenShift Container Platform nodes.
    # modprobe dm_multipath
    Execute the following command to verify if the modules are loaded:
    # lsmod | grep dm_multipath

    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
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.

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.

© 2024 Red Hat, Inc.