[ARVADOS] updated: fc54d2d34ecf61619b7f8c0a92e01c6094be968b

Git user git at public.curoverse.com
Tue Feb 21 16:35:03 EST 2017


Summary of changes:
 doc/README.textile                                   | 1 +
 doc/install/install-keep-balance.html.textile.liquid | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

       via  fc54d2d34ecf61619b7f8c0a92e01c6094be968b (commit)
       via  6159bebd68231a80514463f8b019eba055596a26 (commit)
      from  14304c7af0b0dd7bc9345b6c5aeb61a3bdc1d3b0 (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 fc54d2d34ecf61619b7f8c0a92e01c6094be968b
Author: Tom Morris <tfmorris at curoverse.com>
Date:   Tue Feb 21 16:35:00 2017 -0500

    A few copy edits

diff --git a/doc/install/install-keep-balance.html.textile.liquid b/doc/install/install-keep-balance.html.textile.liquid
index f8d7656..d0a1cd7 100644
--- a/doc/install/install-keep-balance.html.textile.liquid
+++ b/doc/install/install-keep-balance.html.textile.liquid
@@ -4,7 +4,7 @@ navsection: installguide
 title: Install Keep-balance
 ...
 
-Keep-balance deletes unreferenced and overreplicated blocks from Keep servers, makes additional copies of underreplicated blocks, and moves blocks into optimal locations as needed (e.g., after adding new servers).
+Keep-balance deletes unreferenced and overreplicated blocks from Keep servers, makes additional copies of underreplicated blocks, and moves blocks into optimal locations as needed (e.g. after adding new servers).
 
 {% include 'notebox_begin' %}
 
@@ -14,7 +14,7 @@ If you are installing keep-balance on an existing system with valuable data, you
 
 h2. Install keep-balance
 
-Keep-balance can be installed anywhere with access to Keep services. Typically it runs on the same host as keepproxy.
+Keep-balance can be installed anywhere with network access to Keep services. Typically it runs on the same host as keepproxy.
 
 On Debian-based systems:
 
@@ -59,7 +59,7 @@ zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
 
 h3. Create a configuration file
 
-Create @/etc/arvados/keep-balance/keep-balance.yml@ using the token you generated in the previous step.  Follow this YAML format:
+On the host running keep-balance, create @/etc/arvados/keep-balance/keep-balance.yml@ using the token you generated in the previous step.  Follow this YAML format:
 
 <notextile>
 <pre><code>Client:

commit 6159bebd68231a80514463f8b019eba055596a26
Author: Tom Morris <tfmorris at curoverse.com>
Date:   Tue Feb 21 16:34:07 2017 -0500

    Document epydoc dependency

diff --git a/doc/README.textile b/doc/README.textile
index f293614..b860df5 100644
--- a/doc/README.textile
+++ b/doc/README.textile
@@ -10,6 +10,7 @@ h2. Install dependencies
 
 <pre>
 arvados/doc$ bundle install
+arvados/doc$ pip install epydoc
 </pre>
 
 h2. Generate HTML pages

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list