Comment 6 for bug 1541390

Revision history for this message
Maksim Malchuk (mmalchuk) wrote : Re: bvt's diagnostic snapshot doesn't contain logs

Something was broken in the nailgun I think, because:

 - https://github.com/openstack/fuel-web/blob/master/nailgun/nailgun/settings.yaml#L837-L841

this describes that all the files in the /var/log should be included except /var/log/atop, but last exists in the broken snapshots.

We have several changes during the last two weeks into nailgun which can affect:

 - https://github.com/openstack/fuel-web/commit/32eb8a8b0aa86a47ccf9a598c4230bfb06b3284e

/etc/fuel_build_id and /etc/fuel_build_number not exists in the snapshot

 - https://github.com/openstack/fuel-web/commit/a8f8f880fb03a48912260705d2c8241c27ee1fed

this commit changes the place where is the archive created - my be problem in it

Also we have the changes to logging:

 - https://github.com/openstack/fuel-web/commit/31b3dbb7ae4598436f49db38f7aa58d7dfb5e049
 - https://github.com/openstack/fuel-web/commit/45950e02988bd3092168d1a0bdf2acc198bb6eff

may be logs didn't flushed while was written to the disk ?