Comment 19 for bug 1541390

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote : Re: bvt's diagnostic snapshot doesn't contain logs

Well, the root cause is that shotgun trying to resolve link (thanks to Fabric library, which doesn't allow us to configure that) and when it finds a broken one - it simply fails.

Sometimes we have broken "atop_current" symlink in "/var/log/atop/" folder which points to non-existing file. We fails here, and don't even try to download other sub-folders of "/var/log", including "docker-logs".

If we restart atop service on master node, the symlink will be fixed.

Since we can't fix Fabric internals, we must do something to prevent broken links.