aboutsummaryrefslogtreecommitdiffstats
path: root/swift-source.yaml
diff options
context:
space:
mode:
authorEamonn O'Toole <eamonn.otoole@hp.com>2014-07-28 16:33:06 +0100
committerEamonn O'Toole <eamonn.otoole@hp.com>2014-09-05 11:19:22 +0100
commitb7964165b7e2c68743063834445977158a8b3448 (patch)
tree202ba606946449d52abaa0e74c7d3642eddeaf1b /swift-source.yaml
parent1c7e2c8cd7051398c32a4c9fbd74b90a1e193c59 (diff)
Parametrize Swift partition power
The Swift partition power is currently hard-coded to 10. While this is fine for small Swift clusters there are some users who will want to configure rings with higher partition powers. We have parametrized the value of the partition power, and the default is set to 10. Change-Id: If115cf5cf2f4c2ff7d28b0f5ae3d2ca3f4b4be5a
Diffstat (limited to 'swift-source.yaml')
-rw-r--r--swift-source.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift-source.yaml b/swift-source.yaml
index 1a5a04f4..fcf94361 100644
--- a/swift-source.yaml
+++ b/swift-source.yaml
@@ -7,7 +7,7 @@ resources:
swift:
devices: { get_input: swift_devices }
hash: { get_input: swift_hash_suffix }
- part-power: 10
+ part-power: { get_input: swift_part_power }
proxy-memcache: { get_input: swift_proxy_memcache }
replicas: {get_input: swift_replicas }
service-password: { get_input: swift_password }