diff options
-rw-r--r-- | issues/genenetwork/containerising-production-issues.gmi | 2 | ||||
-rw-r--r-- | issues/genenetwork/handle-tmp-dirs-in-container.gmi | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/issues/genenetwork/containerising-production-issues.gmi b/issues/genenetwork/containerising-production-issues.gmi index 2160969..ed5702a 100644 --- a/issues/genenetwork/containerising-production-issues.gmi +++ b/issues/genenetwork/containerising-production-issues.gmi @@ -24,7 +24,7 @@ The link above documents the various services that make up the GeneNetwork servi ## Issues * [x] Move user directories to a large partition -=> ./handle-tmp-dirs-in-container [ ] Link TMPDIR in container to a directory on a large partition +=> ./handle-tmp-dirs-in-container [x] Link TMPDIR in container to a directory on a large partition => ./markdown-editing-service-not-deployed [ ] Define and deploy Markdown Editing service => ./umhet3-samples-timing-slow [ ] Figure out and fix UM-HET3 Samples mappings on Tux04 => ./setup-mailing-on-tux04 [x] Setting up email service on Tux04 diff --git a/issues/genenetwork/handle-tmp-dirs-in-container.gmi b/issues/genenetwork/handle-tmp-dirs-in-container.gmi index 7636a00..5f6eb92 100644 --- a/issues/genenetwork/handle-tmp-dirs-in-container.gmi +++ b/issues/genenetwork/handle-tmp-dirs-in-container.gmi @@ -2,10 +2,10 @@ ## Tags -* status: open * type: feature * assigned: fredm * priority: critical +* status: closed, completed * keywords: production, container, tux04 * interested: alexk, aruni, bonfacem, pjotrp, zsloan @@ -16,3 +16,7 @@ The container's temporary directories should be in a large partition on the host Currently, we use the `/tmp` directory by default, but we should look into transitioning away from that — `/tmp` is world readable and world writable and therefore needs careful consideration to keep safe. Thankfully, we are running our systems within a container, and can bind the container's `/tmp` directory to a non-world-accessible directory, keeping things at least contained. + +### Fixes + +=> https://git.genenetwork.org/gn-machines/commit/?id=7306f1127df9d4193adfbfa51295615f13d32b55 |