Merge "Mark hash_replicas as experimental"

This commit is contained in:
Jenkins
2014-03-12 22:22:28 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 8 deletions
+7 -6
View File
@@ -39,12 +39,13 @@
# partitions is (2^hash_partition_exponent). (integer value)
#hash_partition_exponent=16
# Number of hosts to map onto each hash partition. Setting
# this to more than one will cause additional conductor
# services to prepare deployment environments and potentially
# allow the Ironic cluster to recover more quickly if a
# conductor instance is terminated. (integer value)
#hash_distribution_replicas=2
# [Experimental Feature] Number of hosts to map onto each hash
# partition. Setting this to more than one will cause
# additional conductor services to prepare deployment
# environments and potentially allow the Ironic cluster to
# recover more quickly if a conductor instance is terminated.
# (integer value)
#hash_distribution_replicas=1
#
+3 -2
View File
@@ -30,8 +30,9 @@ hash_opts = [
'load when rebalancing the ring, but more memory usage. '
'Number of partitions is (2^hash_partition_exponent).'),
cfg.IntOpt('hash_distribution_replicas',
default=2,
help='Number of hosts to map onto each hash partition. '
default=1,
help='[Experimental Feature] '
'Number of hosts to map onto each hash partition. '
'Setting this to more than one will cause additional '
'conductor services to prepare deployment environments '
'and potentially allow the Ironic cluster to recover '