Merge branch '15422-collections-prov-doc' refs #15422
[arvados.git] / doc / install / install-keep-balance.html.textile.liquid
index 3a8dce078dd092bfe687639f912415b2553bf14c..4a35f448e2996dfe8134a674af3cd422752e5ee2 100644 (file)
@@ -55,7 +55,7 @@ Options:
 
 h3. Create a keep-balance token
 
-Create an Arvados superuser token for use by keep-balance. *On the API server*, run:
+Create an Arvados superuser token for use by keep-balance.
 
 {% include 'create_superuser_token' %}
 
@@ -75,14 +75,17 @@ h3. Create a keep-balance configuration file
 On the host running keep-balance, create @/etc/arvados/keep-balance/keep-balance.yml@ using the token you generated above.  Follow this YAML format:
 
 <notextile>
-<pre><code>Client:
+<pre><code>Listen: :9005
+Client:
   APIHost: <span class="userinput">uuid_prefix.your.domain</span>:443
   AuthToken: zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
 KeepServiceTypes:
   - disk
+ManagementToken: <span class="userinput">xyzzy</span>
 RunPeriod: 10m
 CollectionBatchSize: 100000
 CollectionBuffers: 1000
+LostBlocksFile: /tmp/keep-balance-lost-blocks.txt    # If given, this file will be updated atomically during each successful run.
 </code></pre>
 </notextile>