Merge "Add missing parameter to example"

This commit is contained in:
Jenkins 2014-01-06 21:17:23 +00:00 committed by Gerrit Code Review
commit 113446d6a7

View File

@ -71,7 +71,7 @@ part2dev_id in self._replica2part2dev_id]</programlisting></para>
<para>The replica count is adjustable.</para> <para>The replica count is adjustable.</para>
<para>Example:</para> <para>Example:</para>
<screen><prompt>$</prompt> <userinput>swift-ring-builder account.builder set_replicas 4</userinput> <screen><prompt>$</prompt> <userinput>swift-ring-builder account.builder set_replicas 4</userinput>
<prompt>$</prompt> <userinput>swift-ring-builder rebalance</userinput></screen> <prompt>$</prompt> <userinput>swift-ring-builder account.builder rebalance</userinput></screen>
<para>You must rebalance the replica ring in globally <para>You must rebalance the replica ring in globally
distributed clusters. Operators of these clusters distributed clusters. Operators of these clusters
generally want an equal number of replicas and regions. generally want an equal number of replicas and regions.