Comment 25 for bug 1541390

Revision history for this message
Aleksandr Didenko (adidenko) wrote : Re: bvt's diagnostic snapshot doesn't contain logs

The following cronjob creates symlink:
/etc/cron.daily/atop_retention

It may create broken link if another cronjob was skipped:

[root@nailgun ~]# cat /etc/cron.d/atop
# start atop daily at midnight
0 0 * * * root /bin/systemctl try-restart atop.service > /dev/null 2>&1 || :

Frankly speaking - it's a mess. But we need to fix this asap without huge refactoring due to HCF.