Search

11.3. Creating a Trusted Storage Pool

download PDF
Perform the following steps to create a Trusted Storage Pool:
  1. Access the container using the following command:
    # docker exec -it <container-name> /bin/bash
    For example:
    # docker exec -it glusternode1 /bin/bash
  2. To verify if glusterd is running, execute the following command:
    # systemctl status glusterd
  3. To verify if the bricks are mounted successfully, execute the following command:
    # mount |grep <brick_name>
  4. Peer probe the container to form the Trusted Storage Pool:
    # gluster peer probe <atomic host IP>
  5. Execute the following command to verify the peer probe status:
    # gluster peer status
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.