gluster / project-infrastructure

Issues related to GlusterFs infrastructure components.
0 stars 0 forks source link

no space left on device to copy logs #162

Closed mykaul closed 2 years ago

mykaul commented 2 years ago

From https://build.gluster.org/job/gh_centos7-regression/2574/consoleFull :

00:10:15.630 + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i **** /archives/archived_builds/build-install-gh_centos7-regression-2574.tar.bz2 _logs-collector@logs.aws.gluster.org:/var/www/glusterfs-logs/gh_centos7-regression-2574.bz2
00:10:15.702 Warning: Permanently added 'logs.aws.gluster.org,18.219.45.211' (ECDSA) to the list of known hosts.
00:10:16.214 scp: /var/www/glusterfs-logs/gh_centos7-regression-2574.bz2: No space left on device
00:10:16.214 + true
mscherer commented 2 years ago

Indeed. Seems old logs weren't always cleaned. I am taking a look

mscherer commented 2 years ago

I erased the file older than 6 months:

cd /var/www/glusterfs-logs
find . -ctime +180 -exec rm {} \;