Actions
action #6658
closedmove mojo tmp dir to same fs as testresults and images
Start date:
2015-03-11
Due date:
% Done:
0%
Estimated time:
2.00 h
Description
the mojo temp dir should be on the same file system as images and testresults to avoid a copy between disks when moving assets. Use Mojo::Asset::File::tmpdir to set it.
Updated by coolo over 8 years ago
I see $ENV{MOJO_TMPDIR} = ASSET_DIR . '/tmp';
this seems to do the trick
Updated by coolo over 8 years ago
- Status changed from New to Resolved
commit 124e962f5c3c1a4d9b4e5bab0aa314d074c749f2
Author: Ludwig Nussel ludwig.nussel@suse.de
Date: Tue Jun 23 08:35:17 2015 +0200
set MOJO_TMPDIR to /var/lib/openqa/factory/tmp
makes sure temporary files for asset uploads are already on the target
filesystem to avoid expensive copy operations.
Actions