Comment 0 for bug 1347528

Revision history for this message
Vincent Ladeuil (vila) wrote :

From a fresh deployment from trunk@revno 701

The webui health page reported a failure for the cleaner on ci-airline-ppa-django/0

Digging, I ended up with:

  /var/lib/lxc/vila-lxc-machine-5/delta0/srv/ci-airline-ppa-django/logs:
  total used in directory 60 available 676576996
  drwxr-xr-x 2 www-data www-data 4096 Jul 23 11:17 .
  dr-xr-xr-x 4 root root 4096 Jul 23 11:16 ..
  -rw-r--r-- 1 www-data www-data 0 Jul 23 11:16 access.log
  -rw-r--r-- 1 root root 34530 Jul 23 11:33 cleaner.log
  -rw-r--r-- 1 root root 4476 Jul 23 11:33 django.log
  -rw-r--r-- 1 www-data www-data 7976 Jul 23 11:33 gunicorn.log

chmoding the {cleaner,django}.log and doing:

# service jujud-unit-ci-airline-ppa-cleaner-0 restart
# service jujud-unit-ci-airline-ppa-django-0 restart
# service jujud-unit-ci-airline-ppa-gunicorn-0 restart

Worked around the issue