Instância de reinicialização suave do OpenStack vs. reinicialização do sudo

2

Existe alguma diferença entre executar uma instância de reinicialização simples do OpenStack por meio da interface da Web Horizon e SSH na instância e executar sudo reboot ?

    
por Franck Dernoncourt 09.07.2014 / 00:17

1 resposta

4

Reinicialização do OpenStack Dashboard Server

Use this function to perform either a soft or hard reboot of a server. With a soft reboot, the operating system is signaled to restart, which allows for a graceful shutdown of all processes. A hard reboot is the equivalent of power cycling the server. The virtualization platform should ensure that the reboot action has completed successfully even in cases in which the underlying domain/VM is paused or halted/stopped.

Reinicialização do novo servidor

  • Reinicialização suave do OpenStack:

    $ nova reboot INSTANCE
    
  • Reinicialização rígida do OpenStack:

    $ nova reboot --hard INSTANCE
    

Reinicialização do servidor

Se você executar sudo reboot , o OpenStack não saberá se a reinicialização foi intencional ...

    
por 12.09.2017 / 16:47

Tags