[ARVADOS] updated: 2.1.0-1546-g54836b787

Git user git at public.arvados.org
Thu Oct 28 13:59:23 UTC 2021


Summary of changes:
 doc/admin/upgrading.html.textile.liquid | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  54836b787450bf23abcf7be291831799093a17b0 (commit)
      from  39a723673e92b842233b1da5fde27aa595fcc59f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 54836b787450bf23abcf7be291831799093a17b0
Author: Tom Clegg <tom at curii.com>
Date:   Thu Oct 28 09:58:36 2021 -0400

    16347: Clarify upgrade note.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index 82e56617a..170e2c51b 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -42,7 +42,8 @@ h2(#main). development main (as of 2021-10-27)
 h3. Dedicated keepstore process for each container
 
 When Arvados runs a container via @arvados-dispatch-cloud@, the @crunch-run@ supervisor process now brings up its own keepstore server to handle I/O for mounted collections, outputs, and logs. With the default configuration, the keepstore process allocates one 64 MiB block buffer per VCPU requested by the container. For most workloads this will increase throughput, reduce total network traffic, and make it possible to run more containers at once without provisioning additional keepstore nodes to handle the I/O load.
-* If you have containers that can effectively handle multiple I/O threads per VCPU, consider either increasing the @Containers.LocalKeepBlobBuffersPerVCPU@ value, or setting it to 0 to disable this feature and preserve the previous behavior of sending container I/O traffic to your separately provisioned keepstore servers.
+* If you have containers that can effectively handle multiple I/O threads per VCPU, consider increasing the @Containers.LocalKeepBlobBuffersPerVCPU@ value.
+* If you already have a robust permanent keepstore infrastructure, you can set @Containers.LocalKeepBlobBuffersPerVCPU@ to 0 to disable this feature and preserve the previous behavior of sending container I/O traffic to your separately provisioned keepstore servers.
 * This feature is enabled only if no volumes use @AccessViaHosts@, and no volumes have underlying @Replication@ less than @Collections.DefaultReplication at . If the feature is configured but cannot be enabled due to an incompatible volume configuration, this will be noted in the @crunch-run.txt@ file in the container log.
 
 h2(#v2_3_0). v2.3.0 (2021-10-27)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list