Este contenido no está disponible en el idioma seleccionado.
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/bashCopy to Clipboard Copied! Toggle word wrap Toggle overflow For example:docker exec -it glusternode1 /bin/bash
# docker exec -it glusternode1 /bin/bashCopy to Clipboard Copied! Toggle word wrap Toggle overflow - To verify if glusterd is running, execute the following command:
systemctl status glusterd
# systemctl status glusterdCopy to Clipboard Copied! Toggle word wrap Toggle overflow - To verify if the bricks are mounted successfully, execute the following command:
mount |grep <brick_name>
# mount |grep <brick_name>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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! Toggle word wrap Toggle overflow - Execute the following command to verify the peer probe status:
gluster peer status
# gluster peer statusCopy to Clipboard Copied! Toggle word wrap Toggle overflow