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