One problem with /var/tmp/ is that some distros, like RHEL, automatically run tmpwatch to delete files in /var/tmp/ that are older than some amount of time (I think 30 days is typical). If any pulp job needed to copy in old files that retained their atime, and tmpwatch happened to run during that job, those files could get deleted out from underneath pulp.
It would certainly be safer to use a part of the filesystem that doesn't have a separate tool auto-deleting stuff. Michael ----- Original Message ----- From: "Randy Barlow" <[email protected]> To: [email protected] Sent: Wednesday, December 17, 2014 9:29:14 AM Subject: Re: [Pulp-list] working directories proposal On 12/15/2014 02:54 PM, Michael Hrivnak wrote: >> - Add a new config value in the 'server' section called >> > 'working_directory'. It's default value would be /var/lib/storage > We should have "pulp" in the path. /var/cache/pulp would be a good choice and > works well with the FHS. I'll suggest /var/tmp/pulp as possibly slightly more appropriate than cache, since it is a temporary working space. _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
