Reinstall a node

Reinstall a nodeΒΆ

You may need to reinstall a node in case of failures on the root partition, for example, failure to upgrade the operating system.

To reinstall a node:

  1. Log in to the Fuel Master node CLI.

  2. Reprovision the node by issuing:

    fuel node --node-id <NODE_ID> --provision
    

    where <NODE_ID> points to a specific node identified by its ID (a number) that you can get by issuing the fuel nodes command.

    Example:

    fuel node --node-id 1 --provision
    
  3. Redeploy the node:

    fuel node --node-id <NODE_ID> --deploy
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents