<div dir="ltr">I think it's failing to remove the files when they are done. Currently there are 2G of RPM's in the cache directory, most of them are 0bytes. I'm syncing with the RHEL7 repository, and I'm seeing every package in the repository in the cache directory, however, once it had filled /var, the remaining RPM files were 0 bytes. Is there a way to limit to how much content is able to be staged in the cache directory before being published to /var/lib/pulp?<div><br></div><div><div># pwd</div></div><div>/var/cache/pulp/<a href="http://reserved_resource_worker-1@ln01c4.ourcompany.com/178b371d-d6a4-4ab2-9d39-435041f20d9f/tmp9qE396">reserved_resource_worker-1@ln01c4.ourcompany.com/178b371d-d6a4-4ab2-9d39-435041f20d9f/tmp9qE396</a> <br></div><div><div><br></div><div># du -sh /var/cache/pulp/</div><div>1.9G    /var/cache/pulp/</div></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 15, 2016 at 10:46 PM, Randy Barlow <span dir="ltr"><<a href="mailto:rbarlow@redhat.com" target="_blank">rbarlow@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tuesday, March 15, 2016 2:40:11 PM EDT Matthew Madey wrote:<br>
> I've been running Pulp 2.4 for months, recently installed 2.7 on a<br>
new<br>
> machine, and I'm noticing different behavior. /var/cache/pulp is<br>
filling up<br>
> with what seems to be repository metadata and filling up /var. I<br>
have other<br>
> Pulp servers which have been upgraded to 2.7 and don't exhibit this<br>
same<br>
> behavior either. I'm curious as to why this is only affecting new<br>
> installations. I'd really like to avoid creating a separate file system<br>
for<br>
> this, since it doesn't seem to be an issue anywhere else.<br>
<br>
</div></div>Hello Matthew!<br>
<br>
We started using /var/cache/pulp as a temporary working space for<br>
the Celery workers instead of /var/lib, so that it would be a local block<br>
device for systems that store /var/lib/pulp on NFS (a common<br>
deployment strategy).<br>
<br>
When you say it is filling up, do you mean that it's a large amount of<br>
bytes in that folder during operation, or do you mean that Pulp is<br>
failing to remove files from that path when it is done with them?<br>
<br>
</blockquote></div><br></div>