Este conteúdo não está disponível no idioma selecionado.

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

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo