[Bugs] [Bug 1623508] "archive: No space left on device" error on Jenkins

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 29 15:26:37 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1623508



--- Comment #4 from Yaniv Kaul <ykaul at redhat.com> ---
(In reply to Nigel Babu from comment #2)
> Root cause of this is that we've run more jobs in the last 2 weeks than we
> normally do. This has blown away the space estimates that we had. For now
> I've deleted archives older than 2 weeks.
> 
> We need to do some clean up on that server so we have more free space. Once
> that's done we'll attach more space. Leaving the bug open to track the
> increased space.

I wonder if VDO can help...

I also think we need to look at shallow cloning:

[ykaul at ykaul tmp]$ time git clone ssh://mykaul@review.gluster.org/glusterfs
Cloning into 'glusterfs'...
remote: Counting objects: 2933, done
remote: Finding sources: 100% (71/71)
remote: Total 165164 (delta 0), reused 165119 (delta 0)
Receiving objects: 100% (165164/165164), 89.17 MiB | 2.43 MiB/s, done.
Resolving deltas: 100% (102537/102537), done.

real    0m52.042s
user    0m25.482s
sys    0m1.876s


[ykaul at ykaul tmp]$ du -ch glusterfs |grep total
124M    total

[ykaul at ykaul tmp]$ ls -lR glusterfs | wc -l
3764


[ykaul at ykaul tmp]$ time git clone --depth 1
ssh://mykaul@review.gluster.org/glusterfs
Cloning into 'glusterfs'...
remote: Counting objects: 2486, done
remote: Finding sources: 100% (2486/2486)
remote: Total 2486 (delta 86), reused 1325 (delta 86)
Receiving objects: 100% (2486/2486), 4.50 MiB | 1.56 MiB/s, done.
Resolving deltas: 100% (86/86), done.

real    0m10.380s
user    0m0.603s
sys    0m0.352s

[ykaul at ykaul tmp]$ du -ch glusterfs |grep total
35M    total

[ykaul at ykaul tmp]$ ls -lR glusterfs | wc -l
3764

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yfTrvDGx3w&a=cc_unsubscribe


More information about the Bugs mailing list