From b2ea8750356cdade00630c3a82d80e70dcb3eb84 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 5 Apr 2014 08:40:08 +0200 Subject: [PATCH] Fix ports in swift-ring-builder commands Fix a typo in the port numbers in the ring creation example. Change-Id: Idd482ad059393c2e29e44a14f1cc1ff170685cf4 backport: havana Closes-Bug: #1302795 --- .../section_object-storage-install-config-proxy-node.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml b/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml index 923542b150..74fe796982 100644 --- a/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml +++ b/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml @@ -140,8 +140,8 @@ use = egg:swift#healthcheck /srv/node/, the DEVICE would be sdb1 and the commands are: # swift-ring-builder account.builder add z1-10.0.0.1:6002R10.0.1.1:6005/sdb1 100 -# swift-ring-builder container.builder add z1-10.0.0.1:6001R10.0.1.1:6005/sdb1 100 -# swift-ring-builder object.builder add z1-10.0.0.1:6000R10.0.1.1:6005/sdb1 100 +# swift-ring-builder container.builder add z1-10.0.0.1:6001R10.0.1.1:6004/sdb1 100 +# swift-ring-builder object.builder add z1-10.0.0.1:6000R10.0.1.1:6003/sdb1 100 If you assume five zones with one node for each zone, start ZONE at 1. For each additional node,