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 ...