X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58a026e09bda4c1e2374347615c325007c64fac4..e3566cdd48dd5c67ef9d0b1a45321f773b44b2a6:/doc/install/install-keep-balance.html.textile.liquid diff --git a/doc/install/install-keep-balance.html.textile.liquid b/doc/install/install-keep-balance.html.textile.liquid index 3a8dce078d..4a35f448e2 100644 --- a/doc/install/install-keep-balance.html.textile.liquid +++ b/doc/install/install-keep-balance.html.textile.liquid @@ -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: -
Client:
+
Listen: :9005
+Client:
   APIHost: uuid_prefix.your.domain:443
   AuthToken: zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
 KeepServiceTypes:
   - disk
+ManagementToken: xyzzy
 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.