web-dev-qa-db-ja.com

「エラー」状態のインスタンスを開始できませんでした

インスタンスを開始できず、次のエラーが発生しました。

$ 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 

この問題を解決する方法を教えてください。

3
mr au
nova reboot --hard Instance_Name

私のために働いた。

このコマンドを入力した後、受け取った

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

当時、私のインスタンスは実行を開始しました。

2
Uttam Gautam