Não foi possível iniciar a instância que está no estado "error"

3

Não foi possível iniciar a instância, recebendo o seguinte erro.

$ nova reboot <instance-name>
ERROR: Cannot 'reboot' instance e54b5d26-2918-4ab6-8210-94e827bf2a94 while it is in vm_state error (HTTP 409) (Request-ID: req-88efe1d4-37c3-409e-89a9-844f537e51eb)


$nova show <instance-name>
| fault                                | {"message": "Instance e54b5d26-2918-4ab6-8210-94e827bf2a94 cannot be rescued: Driver Error: internal error: early end of file from monitor: possible problem: |
|                                      | 2016-05-01T05:35:27.071764Z qemu-system-x86_64: cannot set up guest memory 'pc.ram': Cannot allocate memory 

Por favor, diga-me como resolver esse problema.

    
por mr au 03.05.2016 / 03:21

1 resposta

1

nova reboot --hard Instance_Name

funcionou para mim.

Depois de digitar este comando, recebi

Request to reboot Server ( Server:Instance_Name) has been accepted. 

Minha instância começou a ser executada novamente.

    
por Uttam Gautam 05.10.2016 / 00:45