[Engine-devel] No disk space in gerrit server?

Mike Burns mburns at redhat.com
Fri Sep 7 16:38:33 UTC 2012


On Fri, 2012-09-07 at 19:29 +0300, Itamar Heim wrote:
> On 09/07/2012 06:03 PM, Selvasundaram wrote:
> > The following error seems to be no disk space in gerrit server.
> >
> > Counting objects: 62, done.
> > Delta compression using up to 4 threads.
> > Compressing objects: 100% (23/23), done.
> > Writing objects: 100% (38/38), 9.28 KiB, done.
> > Total 38 (delta 9), reused 0 (delta 0)
> > error: unpack failed: error No space left on device
> > fatal: Unpack error, check server log
> > To gerrit.ovirt.org:ovirt-engine
> >   ! [remote rejected] HEAD -> refs/for/master (n/a (unpacker error))
> > error: failed to push some refs to 'gerrit.ovirt.org:ovirt-engine'
> >
> >
> > --
> > Regards
> > Selvasundaram
> > _______________________________________________
> > Engine-devel mailing list
> > Engine-devel at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/engine-devel
> 
> fixed.
> moving to infra
> anyone can take a stab at the backup process to do some cycling of this 
> folder /home/gerrit2/backups/gerrit2-home?

I've used something like this before:

find /path/to/backup/directory -name 'backup_prefix*' -a -mtime +7 -exec
rm {} \;

This will wipe all backups older than 7 days.

Mike

> _______________________________________________
> Infra mailing list
> Infra at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra





More information about the Infra mailing list