Fix swift hash for global cluster config

The value of the swift-hash option should actually
be the same across all regions.

Change-Id: I0ac813e9f1d3442e4db5b0fef91276e680dd7cd6
This commit is contained in:
Peter Matulis 2020-03-12 13:33:09 -04:00
parent bf69e80554
commit f21b49adb2
1 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ On the proxy node,
* option ``enable-multi-region`` is set to 'true'
* option ``region`` is defined
* option ``swift-hash`` is defined (unique value for each region)
* option ``swift-hash`` is defined (same value for all regions)
On the storage nodes,
@ -186,7 +186,7 @@ Let file ``swift.yaml`` contain the configuration:
zone-assignment: manual
replicas: 2
enable-multi-region: true
swift-hash: "efcf2102-b9e9-4d71-afe6-111111000000"
swift-hash: "efcf2102-b9e9-4d71-afe6-000000111111"
swift-storage-region1:
storage-region: 1
zone: 1
@ -421,7 +421,7 @@ This is the contents of bundle ``swift-sf.yaml``:
zone-assignment: manual
replicas: 2
enable-multi-region: true
swift-hash: "efcf2102-b9e9-4d71-afe6-111111000000"
swift-hash: "efcf2102-b9e9-4d71-afe6-000000111111"
read-affinity: "r1=100, r2=200"
write-affinity: "r1, r2"
write-affinity-node-count: '1'