Instance creation in Openstack Nova - Logfile -


i need keep track of instance creation in openstack nova.

that need perform special operations on creation of new instance in openstack.

so need know details getting stored (in log file).

please 1 guide me regarding log file tracking instance creation or other way track same.

as aware have in following services' log files

  • nova-scheduler (oftenly installed on controller node). show 'server' host newly created virtual machine.
  • the logs of nova-compute service running on host virtual machine instantiated.
  • you can additionally check logs of qemu , libvirt (again on host virtual machine instantiated)

have in mind info find there, depends on 'logging level' have set in each service configuration files. more information how can configure openstack components logging refer official documentation "logging , monitoring".


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -