7.4. Verifying if Gluster Block is Setup as Backend


Execute the following commands to verify if gluster block is setup as the backend for logging and metrics:
  1. To get an overview of the infrastructure, execute the following command:
    # oc get pods -n logging -o jsonpath='{range .items[*].status.containerStatuses[*]}{"Name: "}{.name}{"\n  "}{"Image: "}{.image}{"\n"}{"  State: "}{.state}{"\n"}{end}'
    Copy to Clipboard Toggle word wrap
  2. To get the details of all the persistent volume claims, execute the following command:
    # oc get pvc
    Copy to Clipboard Toggle word wrap
  3. To get the details of the pvc, execute the following command:
    # oc describe pvc <claim_name>
    Copy to Clipboard Toggle word wrap
    Verify the volume is mountable and that permissions allow read/write. Also, PVC claim name should match the dynamically provisioned gluster block storage class.
Back to top
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. Explore our recent updates.

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.

Theme

© 2025 Red Hat