From 66827b7cdcbe288522bfa4f772f631b2087cbfaf Mon Sep 17 00:00:00 2001 From: Torfinn Nome Date: Thu, 16 Nov 2023 20:47:13 +0100 Subject: [PATCH 1/3] Provide real-world example of CVMFS_QUOTA_LIMIT --- topics/admin/tutorials/cvmfs-manual/tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/admin/tutorials/cvmfs-manual/tutorial.md b/topics/admin/tutorials/cvmfs-manual/tutorial.md index b83d091f67e5bf..1a8adf38be5936 100644 --- a/topics/admin/tutorials/cvmfs-manual/tutorial.md +++ b/topics/admin/tutorials/cvmfs-manual/tutorial.md @@ -97,6 +97,10 @@ The configuration is not complex for CVMFS: > > This tells CVMFS to mount the Galaxy reference data repository and use a specific location for the cache which is limited to 500MB in size and to use the instance's geo-location to choose the best CVMFS repo server to connect to. You can use the `cvmfs_quota_limit` role variable to control this setting. > +> What is a good size for CVMFS_QUOTA_LIMIT? +> In production UseGalaxy.org.au uses 100GB, different sites have different needs and you can make your cache smaller depending on your usage. E.g. if your users only use one dataset from the reference data (e.g. just hg38) then perhaps you don't need such a large cache. +> {: .tip} +> > 2. Create a `/etc/cvmfs/domain.d/galaxyproject.org.conf` file with the following contents: > > ``` From dd923b78820df5cde4304d072f678bad1f774c4a Mon Sep 17 00:00:00 2001 From: Torfinn Nome Date: Tue, 21 Nov 2023 18:38:58 +0100 Subject: [PATCH 2/3] Update topics/admin/tutorials/cvmfs-manual/tutorial.md Co-authored-by: Helena --- topics/admin/tutorials/cvmfs-manual/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/admin/tutorials/cvmfs-manual/tutorial.md b/topics/admin/tutorials/cvmfs-manual/tutorial.md index 1a8adf38be5936..50e09d052dc70c 100644 --- a/topics/admin/tutorials/cvmfs-manual/tutorial.md +++ b/topics/admin/tutorials/cvmfs-manual/tutorial.md @@ -98,7 +98,7 @@ The configuration is not complex for CVMFS: > This tells CVMFS to mount the Galaxy reference data repository and use a specific location for the cache which is limited to 500MB in size and to use the instance's geo-location to choose the best CVMFS repo server to connect to. You can use the `cvmfs_quota_limit` role variable to control this setting. > > What is a good size for CVMFS_QUOTA_LIMIT? -> In production UseGalaxy.org.au uses 100GB, different sites have different needs and you can make your cache smaller depending on your usage. E.g. if your users only use one dataset from the reference data (e.g. just hg38) then perhaps you don't need such a large cache. +> > In production UseGalaxy.org.au uses 100GB, different sites have different needs and you can make your cache smaller depending on your usage. E.g. if your users only use one dataset from the reference data (e.g. just hg38) then perhaps you don't need such a large cache. > {: .tip} > > 2. Create a `/etc/cvmfs/domain.d/galaxyproject.org.conf` file with the following contents: From e338e84c660de53d26b88a30bac8b8ea460802f7 Mon Sep 17 00:00:00 2001 From: Torfinn Nome Date: Tue, 21 Nov 2023 18:39:08 +0100 Subject: [PATCH 3/3] Update topics/admin/tutorials/cvmfs-manual/tutorial.md Co-authored-by: Helena --- topics/admin/tutorials/cvmfs-manual/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/admin/tutorials/cvmfs-manual/tutorial.md b/topics/admin/tutorials/cvmfs-manual/tutorial.md index 50e09d052dc70c..aaa03d9634615e 100644 --- a/topics/admin/tutorials/cvmfs-manual/tutorial.md +++ b/topics/admin/tutorials/cvmfs-manual/tutorial.md @@ -97,7 +97,7 @@ The configuration is not complex for CVMFS: > > This tells CVMFS to mount the Galaxy reference data repository and use a specific location for the cache which is limited to 500MB in size and to use the instance's geo-location to choose the best CVMFS repo server to connect to. You can use the `cvmfs_quota_limit` role variable to control this setting. > -> What is a good size for CVMFS_QUOTA_LIMIT? +> > What is a good size for CVMFS_QUOTA_LIMIT? > > In production UseGalaxy.org.au uses 100GB, different sites have different needs and you can make your cache smaller depending on your usage. E.g. if your users only use one dataset from the reference data (e.g. just hg38) then perhaps you don't need such a large cache. > {: .tip} >