Following T410310, while it may be back online, the indexes are now stale and config changes can't be deployed, because the server can't create any files.
root@codesearch9:/srv/codesearch# sudo -u codesearch git pull --rebase remote: Counting objects: 73, done remote: Finding sources: 100% (3/3) remote: Getting sizes: 100% (2/2) remote: Compressing objects: 100% (28889/28889) remote: Total 3 (delta 0), reused 0 (delta 0) error: unable to create temporary file: No space left on device fatal: failed to write object fatal: unpack-objects failed
root@codesearch9:/srv/codesearch# df -h Filesystem Size Used Avail Use% Mounted on /dev/sdb1 20G 8.8G 10G 47% / /dev/sda 79G 64G 11G 86% /srv
root@codesearch9:/srv/codesearch# git gc fatal: Unable to create '/srv/codesearch/.git/gc.pid.lock': No space left on device
Previously:
- T408221 (about /, not /srv)
- T337263: full disk on codesearch8 (/srv full, fixed duplication bug after switching git repos)
- T203538: codesearch3 is running out of disk space (/srv full, reduce git-depth in Hound)
- T188477: CodeSearch: repositories are randomly disappearing from hound (run out of inodes on /, move Hound to /srv/)
