Re: How to remove the large directory after build ?

2009-06-02 Thread Mike McLean

李建 wrote:

Now ,the directory is:
-
[r...@localhost mock]# du -hs *
651Mgtes11.2-build-10-9
18M gtes11.2-build-13-10
5.6Mgtes11.2-build-15-15
549Mgtes11.2-build-1-6
5.5Mgtes11.2-build-16-15
18M gtes11.2-build-18-18
18M gtes11.2-build-19-18


Due to a potentially dangerous bug in rpmlib [1], kojid removes the 
mockdir directories in two stages.


First the buildroot (e.g. gtes11.2-build-16-15/root)is cleared of 
content, but the directory itself (as well the mock results dir) 
remains. This clearing occurs almost immediately after most builds, but 
is delayed four hours for failed builds.


After 24 hours, the entire mock directory for the chroot is removed. 
This allows any stray rpm transactions plenty of time to exit. This may 
seem like an extreme wait, but the consequences of triggering the rpm 
bug are very, very bad.


[1] https://bugzilla.redhat.com/show_bug.cgi?id=192153

It appears that at least some of these directories (e.g. the 18M ones) 
are still in that 24 hour wait. As for the others, I cannot be sure from 
this small amount of data.


...

Why ? Because I use a special disk space,and I use Selinux, So I modified
the /var/lib/mock to /dist/mock on kojihub and kojiweb and kojibuilder3
host. but the kojibuilder2's mock directory is /var/lib/mock ,a link to
/dist/mock on it's host.

the kojihub and kojiweb and kojibuilder3's /mnt/koji directory is modified
to /data/koji also . but the other kojibuilder*'s directory is /mnt/koji by
nfs mount.

Why ? It isn't change or removed after 1 days.


As pointed out above, it is normal for koji's mock directories to 
survive (in a stripped form) for up to 24 hours. If the problem 
persists, I recommend cranking up the debugging on kojid and watching 
the logs (look for lines containing rootdir or buildroot).


--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list


Re: How to remove the large directory after build ?

2009-06-01 Thread 李建
Now ,the directory is:
-
[r...@localhost mock]# du -hs *
651Mgtes11.2-build-10-9
18M gtes11.2-build-13-10
5.6Mgtes11.2-build-15-15
549Mgtes11.2-build-1-6
5.5Mgtes11.2-build-16-15
18M gtes11.2-build-18-18
18M gtes11.2-build-19-18
579Mgtes11.2-build-21-20
560Mgtes11.2-build-22-20
3.5Ggtes11.2-build-23-26
548Mgtes11.2-build-2-6
567Mgtes11.2-build-3-6
583Mgtes11.2-build-5-9
562Mgtes11.2-build-6-9
670Mgtes11.2-build-9-9
6.2Mgtes11.3-build-24-28
6.1Mgtes11.3-build-25-28
637Mgtes11.3-build-26-30
609Mgtes11.3-build-28-30
3.5Ggtes11.3-build-30-30
3.0Ggtes11.3-build-31-30
1.8Ggtes11.3-build-32-32
1.8Ggtes11.3-build-34-32
583Mgtes11.3-build-35-33
562Mgtes11.3-build-37-33
888Mgtes11.3-build-39-34
852Mgtes11.3-build-40-34
408Mmoblin2-build-41-38
417Mmoblin2-build-42-39
539Mmoblin2-build-43-39
==


My builder is ok:

[r...@localhost mock]# koji list-hosts
Hostname Enb Rdy Load/Cap Arches   Last Update
kojibuilder1 N   N0.0/2.0 i386,x86_64  2009-05-25
19:08:25
kojibuilder2 Y   Y0.0/2.0 ia64 2009-05-29
14:18:59
kojibuilder3 Y   Y0.0/2.0 x86_64,i386  2009-06-02
10:09:00
==

Why ? Because I use a special disk space,and I use Selinux, So I modified
the /var/lib/mock to /dist/mock on kojihub and kojiweb and kojibuilder3
host. but the kojibuilder2's mock directory is /var/lib/mock ,a link to
/dist/mock on it's host.

the kojihub and kojiweb and kojibuilder3's /mnt/koji directory is modified
to /data/koji also . but the other kojibuilder*'s directory is /mnt/koji by
nfs mount.

Why ? It isn't change or removed after 1 days.

Thanks!


2009/6/1 Mike Bonnet mi...@redhat.com

 李建 wrote:

 Hello,everybody!

 My koji server has setup ok. but the mock dir is more and more large. How
 to
 remove it ?
 I mean if koji has this feature,I doesn't to do it myself. Is anyone can
 help me ?

 my mock directory info :
 
 651Mgtes11.2-build-10-9
 18M gtes11.2-build-13-10
 5.6Mgtes11.2-build-15-15
 549Mgtes11.2-build-1-6
 5.5Mgtes11.2-build-16-15
 18M gtes11.2-build-18-18
 18M gtes11.2-build-19-18
 579Mgtes11.2-build-21-20
 560Mgtes11.2-build-22-20
 3.5Ggtes11.2-build-23-26
 548Mgtes11.2-build-2-6
 567Mgtes11.2-build-3-6
 583Mgtes11.2-build-5-9
 562Mgtes11.2-build-6-9
 670Mgtes11.2-build-9-9
 6.2Mgtes11.3-build-24-28
 6.1Mgtes11.3-build-25-28
 637Mgtes11.3-build-26-30
 609Mgtes11.3-build-28-30
 3.5Ggtes11.3-build-30-30
 3.0Ggtes11.3-build-31-30
 1.8Ggtes11.3-build-32-32
 1.8Ggtes11.3-build-34-32
 583Mgtes11.3-build-35-33
 562Mgtes11.3-build-37-33
 888Mgtes11.3-build-39-34
 852Mgtes11.3-build-40-34
 408Mmoblin2-build-41-38
 417Mmoblin2-build-42-39
 ==


 kojid manages the cleanup up the /var/lib/mock directory for builds it
 runs.  Buildroots for successful builds will be cleaned up almost
 immediately.  Buildroots for unsuccessful builds will be cleaned up after 4
 hours, to give you a chance to debug the failure or copy relevant data out
 of the buildroot for later analysis.

 --
 Fedora-buildsys-list mailing list
 Fedora-buildsys-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-buildsys-list




-- 
李建
msn  lijian@gmail.com
--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Re: How to remove the large directory after build ?

2009-05-31 Thread Mike Bonnet

李建 wrote:

Hello,everybody!

My koji server has setup ok. but the mock dir is more and more large. How to
remove it ?
I mean if koji has this feature,I doesn't to do it myself. Is anyone can
help me ?

my mock directory info :

651Mgtes11.2-build-10-9
18M gtes11.2-build-13-10
5.6Mgtes11.2-build-15-15
549Mgtes11.2-build-1-6
5.5Mgtes11.2-build-16-15
18M gtes11.2-build-18-18
18M gtes11.2-build-19-18
579Mgtes11.2-build-21-20
560Mgtes11.2-build-22-20
3.5Ggtes11.2-build-23-26
548Mgtes11.2-build-2-6
567Mgtes11.2-build-3-6
583Mgtes11.2-build-5-9
562Mgtes11.2-build-6-9
670Mgtes11.2-build-9-9
6.2Mgtes11.3-build-24-28
6.1Mgtes11.3-build-25-28
637Mgtes11.3-build-26-30
609Mgtes11.3-build-28-30
3.5Ggtes11.3-build-30-30
3.0Ggtes11.3-build-31-30
1.8Ggtes11.3-build-32-32
1.8Ggtes11.3-build-34-32
583Mgtes11.3-build-35-33
562Mgtes11.3-build-37-33
888Mgtes11.3-build-39-34
852Mgtes11.3-build-40-34
408Mmoblin2-build-41-38
417Mmoblin2-build-42-39
==


kojid manages the cleanup up the /var/lib/mock directory for builds it 
runs.  Buildroots for successful builds will be cleaned up almost 
immediately.  Buildroots for unsuccessful builds will be cleaned up 
after 4 hours, to give you a chance to debug the failure or copy 
relevant data out of the buildroot for later analysis.


--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list