Gitlab troubleshoot
Author: Maksim Merkulov
Tags:
gitlab
Categories:
git
1. Issue disk is full
Error
“stderr: Failed to write to log, write /var/log/gitlab/gitlab-shell/gitlab-shell.log: no space left on device”
Check commands
df -h
lsof
docker info
docker ps -as
Solution
docker volume prune
docker system prune