Skip to content

Instantly share code, notes, and snippets.

@grepory
Created August 21, 2013 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grepory/6301217 to your computer and use it in GitHub Desktop.
Save grepory/6301217 to your computer and use it in GitHub Desktop.
nova compute.log messages after i submitted a nova start for a machine that was previously in a shutoff state.
compute.log:2013-08-21 17:14:32.202 85382 INFO nova.virt.libvirt.driver [-] [instance: bbee0369-9be1-4ca3-9fd4-43759d47ae22] Instance running successfully.
compute.log:2013-08-21 17:14:32.305 85382 INFO nova.compute.manager [-] [instance: bbee0369-9be1-4ca3-9fd4-43759d47ae22] During sync_power_state the instance has a pending task. Skip.
compute.log:2013-08-21 17:17:34.099 85382 INFO nova.compute.manager [-] Lifecycle event 1 on VM bbee0369-9be1-4ca3-9fd4-43759d47ae22
compute.log:2013-08-21 17:17:35.206 85382 WARNING nova.compute.manager [-] [instance: bbee0369-9be1-4ca3-9fd4-43759d47ae22] Instance shutdown by itself. Calling the stop API.
compute.log:2013-08-21 17:17:35.542 85382 INFO nova.virt.libvirt.driver [-] [instance: bbee0369-9be1-4ca3-9fd4-43759d47ae22] Instance destroyed successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment