X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfff0d837f55f7880242c676dfe35369a057072c..6ae08925f07ddc3da3299a52b96baaa33457ab5e:/doc/install/install-keepstore.html.textile.liquid diff --git a/doc/install/install-keepstore.html.textile.liquid b/doc/install/install-keepstore.html.textile.liquid index e51818a0d4..3cb922642e 100644 --- a/doc/install/install-keepstore.html.textile.liquid +++ b/doc/install/install-keepstore.html.textile.liquid @@ -36,8 +36,8 @@ By convention, we use the following hostname pattern:
table(table table-bordered table-condensed). |_. Hostname| -|keep0.@ClusterID@.example.com| -|keep1.@ClusterID@.example.com| +|@keep0.ClusterID.example.com@| +|@keep1.ClusterID.example.com@|
Keepstore servers should not be directly accessible from the Internet (they are accessed via "keepproxy":install-keepproxy.html), so the hostnames only need to resolve on the private network. @@ -52,6 +52,8 @@ Fill in the @Volumes@ section of @config.yml@ for each storage volume. Availabl * If you are using S3-compatible object storage (including Amazon S3, Google Cloud Storage, and Ceph RADOS), follow the setup instructions on "S3 Object Storage":configure-s3-object-storage.html * If you are using Azure Blob Storage, follow the setup instructions on "Azure Blob Storage":configure-azure-blob-storage.html +There are a number of general configuration parameters for Keepstore. They are described in the "configuration reference":{{site.baseurl}}/admin/config.html. In particular, you probably want to change @API/MaxKeepBlobBuffers@ to align Keepstore's memory usage with the available memory on the machine that hosts it. + h3. List services Add each keepstore server to the @Services.Keepstore@ section of @/etc/arvados/config.yml@ . @@ -61,8 +63,8 @@ Add each keepstore server to the @Services.Keepstore@ section of @/etc/arvados/c Keepstore: # No ExternalURL because they are only accessed by the internal subnet. InternalURLs: - "http://keep0.ClusterID.example.com:25107/": {} - "http://keep1.ClusterID.example.com:25107/": {} + "http://keep0.ClusterID.example.com:25107": {} + "http://keep1.ClusterID.example.com:25107": {} # and so forth