6.4. Starting the Heketi Pods


Execute the following commands on the client machine.
  1. Execute the following command to navigate to the project where the Heketi pods are running:
    # oc project <project_name>
    For example:
    # oc project glusterfs
  2. Execute the following command to get the DeploymentConfig:
    # oc get dc
    For example:
    # oc get dc
    NAME                          REVISION   DESIRED   CURRENT   TRIGGERED BY
    glusterblock-provisioner-dc   1          1         1         config
    heketi                        1          1         1         config
  3. Execute the following command to increase the replica count from 0 to 1. This brings back the Heketi pod:
    # oc scale dc <heketi_dc> --replicas=1
  4. Execute the following command to verify that the Heketi pod is present:
    # oc get pods
    For example:
    # oc get pods
    glusterblock-provisioner-dc-1-fc8sc   1/1       Running       0          3d
    glusterfs-bd6kv                       1/1       Running       0          2h
    glusterfs-vhpcw                       1/1       Running       1          1d
    glusterfs-z6nkk                       1/1       Running       0          1d
    heketi-1-6sccl                        1/1       Running       0          2h
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

© 2026 Red Hat
Back to top