diff options
author | Xie Xingguo <xie.xingguo@zte.com.cn> | 2019-10-01 07:42:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 07:42:25 +0800 |
commit | f28f35f79b896ea3f3183bf4066b6b0fdb9ffa31 (patch) | |
tree | 90fac004189e20b9af92a558fc05e0f94a79436b /PendingReleaseNotes | |
parent | 79847358cf39f1d68c1efdde2eaa215ffb0496f2 (diff) | |
parent | 86444dbfe5d8478530182116507d034d9e180f5e (diff) | |
download | ceph-f28f35f79b896ea3f3183bf4066b6b0fdb9ffa31.tar.gz |
Merge pull request #30591 from xiexingguo/wip-balancer-throttler
mgr/balancer: upmap_max_iterations -> upmap_max_optimizations; behave as it is per pool
Reviewed-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 442e08430b7..15e6d676e0e 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -177,3 +177,6 @@ number of PGs. To change this behavior, or to learn more about PG autoscaling, see :ref:`pg-autoscaler`. Note that existing pools in upgraded clusters will still be set to ``warn`` by default. + +* The ``upmap_max_iterations`` config option of mgr/balancer has been + renamed to ``upmap_max_optimizations`` to better match its behaviour. |