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
# docker exec -it <container-name> /bin/bash
Copy to Clipboard Copied! For example:docker exec -it glusternode1 /bin/bash
# docker exec -it glusternode1 /bin/bash
Copy to Clipboard Copied! - To verify if glusterd is running, execute the following command:
systemctl status glusterd
# systemctl status glusterd
Copy to Clipboard Copied! - To verify if the bricks are mounted successfully, execute the following command:
mount |grep <brick_name>
# mount |grep <brick_name>
Copy to Clipboard Copied! - Peer probe the container to form the Trusted Storage Pool:
gluster peer probe <atomic host IP>
# gluster peer probe <atomic host IP>
Copy to Clipboard Copied! - Execute the following command to verify the peer probe status:
gluster peer status
# gluster peer status
Copy to Clipboard Copied!