Skip to content

Commit

Permalink
bug 620586 adding ring copy example
Browse files Browse the repository at this point in the history
Change-Id: Ifb3945012f889d1bc4b0a497225a202176294132
  • Loading branch information
fifieldt committed Apr 27, 2012
1 parent 6f2c771 commit 213f207
Showing 1 changed file with 17 additions and 0 deletions.
Expand Up @@ -312,6 +312,23 @@ swift-ring-builder object.builder rebalance
<para>Copy the account.ring.gz, container.ring.gz, and
object.ring.gz files to each of the Proxy and Storage nodes
in /etc/swift.</para>
<para>For example, if you were setting up five storage nodes each with an
IP address from 10.0.0.1 to 10.0.0.5, you could use
scp and the commands would look
like:
<literallayout class="monospaced">
scp *.ring.gz 10.0.0.1:/etc/swift
scp *.ring.gz 10.0.0.2:/etc/swift
scp *.ring.gz 10.0.0.3:/etc/swift
scp *.ring.gz 10.0.0.4:/etc/swift
scp *.ring.gz 10.0.0.5:/etc/swift
</literallayout></para>
<note>
<para>There are many ways to make this copy process easier
that you might like to investigate, such as rsync or using
a web server.</para>
</note>

</listitem>
<listitem>
<para>Make sure all the config files are owned by the swift
Expand Down

0 comments on commit 213f207

Please sign in to comment.