13647: Make keepstore fs config more consistent with s3/azure.
[arvados.git] / doc / install / install-keepstore.html.textile.liquid
index 1f724191e939f02defb87538d0858c8abcbfe9e0..528d52f910626bcb78214456b3851c121be35e1a 100644 (file)
@@ -64,12 +64,11 @@ Add or update the following sections of @/etc/arvados/config.yml@ as needed. Ref
     Services:
       Keepstore:
         InternalURLs:
-          "http://<span class="userinput">keep0.uuid_prefix.your.domain</span>:25107/": {}
+          "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
     API:
-      MaxKeepBlockBuffers: 128
+      MaxKeepBlobBuffers: 128
 </code></pre>
 </notextile>
-<pre>
 
 h3. Notes on storage management
 
@@ -112,7 +111,7 @@ If your system uses systemd, the keepstore service should already be set up. Res
 </code></pre>
 </notextile>
 
-h3. Run keepstore as a supervised service
+h3(#runit). Start the service (option 2: runit)
 
 Install runit to supervise the keepstore daemon.  {% include 'install_runit' %}
 
@@ -126,11 +125,11 @@ GOGC=10 exec keepstore
 </code></pre>
 </notextile>
 
-h3. Set up additional servers
+h2. Set up additional servers
 
 Repeat the above sections to prepare volumes and bring up supervised services on each Keepstore server you are setting up.
 
-h3. Restart the API server and controller
+h2. Restart the API server and controller
 
 After adding all of your keepstore servers to the Services section, make sure the cluster config file is up to date on the API server host, and restart the API server and controller processes to ensure the changes are applied.
 
@@ -138,7 +137,7 @@ After adding all of your keepstore servers to the Services section, make sure th
 sudo systemctl restart nginx arvados-controller
 </pre>
 
-h3(#testing). Testing keep
+h2(#testing). Testing keep
 
 Install the "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html