Project

General

Profile

coordination #80546

Updated by okurz almost 3 years ago

## Ideas 
 * Simple enlarge storage space for "results" on our production instances (which is also a test for scalability) -> #77890 
 * Setup additional storage (server) for old results 
   * Use overlayfs to make archived results appear alongside the regular results 
   * Move old results at some point from the regular web UI host to the external storage (server), e.g. automatically via a Minion job, just move the resultdir to a different place, point to a different resultdir but keep the database entry itself and set a database flag "archived" or similar 
   * Mark jobs with archived results as such 

Back