Ce contenu n'est pas disponible dans la langue sélectionnée.

Chapter 4. Performing maintenance on Compute nodes and Controller nodes with Instance HA


To perform maintenance on a Compute node or a Controller node with Instance HA, stop the node by setting it in standby mode and disabling the Pacemaker resources on the node. After you complete the maintenance work, you start the node and check that the Pacemaker resources are healthy.

Prerequisites

  • A running overcloud with Instance HA enabled

Procedure

  1. Log in to a Controller node and stop the Compute or Controller node:

    # pcs node standby <node UUID>
    Copy to Clipboard Toggle word wrap
    Important

    You must log in to a different node from the node you want to stop.

  2. Disable the Pacemaker resources on the node:

    # pcs resource disable <ocf::pacemaker:remote on the node>
    Copy to Clipboard Toggle word wrap
  3. Perform any maintenance work on the node.
  4. Restore the IPMI connection and start the node. Wait until the node is ready before proceeding.
  5. Enable the Pacemaker resources on the node and start the node:

    # pcs resource enable <ocf::pacemaker:remote on the node>
    # pcs node unstandby <node UUID>
    Copy to Clipboard Toggle word wrap
  6. If you set the node to maintenance mode, source the credential file for your overcloud and unset the node from maintenance mode:

    # source stackrc
    # openstack baremetal node maintenance unset <baremetal node UUID>
    Copy to Clipboard Toggle word wrap

Verification

  1. Check that the Pacemaker resources are active and healthy:

    # pcs status
    Copy to Clipboard Toggle word wrap
  2. If any Pacemaker resources fail to start during the startup process, run the pcs resource cleanup command to reset the status and the fail count of the resource.
  3. If you evacuated instances from a Compute node before you stopped the node, check that the instances are migrated to a different node:

    # openstack server list --long
    # nova migration-list
    Copy to Clipboard Toggle word wrap
Retour au début
Red Hat logoGithubredditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance. Découvrez nos récentes mises à jour.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez le Blog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

Theme

© 2025 Red Hat