From 0e4197ed98552f9ec76aa9190074c1be83eb1e03 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 6 Jan 2014 09:14:34 +0100 Subject: [PATCH] Add missing parameter to example swift-ring-builder needs an extra parameter Change-Id: I6ee78e38c1cb19eeb963194912ef56d21fff6dd9 Closes-Bug: #1266265 --- doc/common/section_objectstorage-ringbuilder.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/section_objectstorage-ringbuilder.xml b/doc/common/section_objectstorage-ringbuilder.xml index 2d794850c8..a28743585f 100644 --- a/doc/common/section_objectstorage-ringbuilder.xml +++ b/doc/common/section_objectstorage-ringbuilder.xml @@ -71,7 +71,7 @@ part2dev_id in self._replica2part2dev_id] The replica count is adjustable. Example: $ swift-ring-builder account.builder set_replicas 4 -$ swift-ring-builder rebalance +$ swift-ring-builder account.builder rebalance You must rebalance the replica ring in globally distributed clusters. Operators of these clusters generally want an equal number of replicas and regions.