From 7688ac27ccf501219c5e71b0578838f610c75106 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 6 Mar 2023 09:34:52 -0500 Subject: [PATCH] More object store documentation. --- doc/source/admin/production.md | 4 + .../sample/object_store_conf.xml.sample | 172 ++++++++++++++++++ 2 files changed, 176 insertions(+) diff --git a/doc/source/admin/production.md b/doc/source/admin/production.md index 3ba2f84e7123..723f496c2478 100644 --- a/doc/source/admin/production.md +++ b/doc/source/admin/production.md @@ -117,6 +117,10 @@ Using a cluster will also net you a fringe benefit: When running tools locally, Configuration is not difficult once your cluster is set up. Details can be found on the [cluster](cluster.md) page. +### Distributing Data + +Information on distributing Galaxy datasets across multiple disk and leveraging services such as S3 can be found in the [Galaxy Training Materials](https://training.galaxyproject.org/training-material/topics/admin/tutorials/object-store/tutorial.html) and in the [sample object_store_conf.xml file](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/config/sample/object_store_conf.xml.sample). + ### Cleaning up datasets When datasets are deleted from a history or library, it is simply marked as deleted and not actually removed, since it can later be undeleted. To free disk space, a set of scripts can be run (e.g. from `cron`) to remove the data files as specified by local policy. See the [Purge histories and datasets](https://galaxyproject.org/admin/config/performance/purge-histories-and-datasets/) page for instructions. diff --git a/lib/galaxy/config/sample/object_store_conf.xml.sample b/lib/galaxy/config/sample/object_store_conf.xml.sample index 8d694bcd630b..e6e8af98afca 100644 --- a/lib/galaxy/config/sample/object_store_conf.xml.sample +++ b/lib/galaxy/config/sample/object_store_conf.xml.sample @@ -231,3 +231,175 @@ --> + + + + + + + + + +