From: Neha Ojha Date: Fri, 9 Jul 2021 15:54:02 +0000 (+0000) Subject: doc/releases/pacific.rst: remove notes about autoscaler X-Git-Tag: v16.2.6~159^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42265%2Fhead;p=ceph.git doc/releases/pacific.rst: remove notes about autoscaler This was reverted in 504d0cb120f02b1940f81505bd37a54773625af0, but got added back by mistake in 6a3dde8b498af5e33242955a0609b0e27adf4877. The relevant code in master was not reverted and is being reworked, we'll update PendingReleaseNotes in master after that. Signed-off-by: Neha Ojha --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 88c0137c00d3..4d443bc47d2e 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -42,12 +42,6 @@ deprecated and will be removed in a future release. Please use ``nfs cluster rm`` and ``nfs export rm`` instead. -* mgr-pg_autoscaler: Autoscaler will now start out by scaling each - pool to have a full complements of pgs from the start and will only - decrease it when other pools need more pgs due to increased usage. - This improves out of the box performance of Ceph by allowing more PGs - to be created for a given pool. - * CephFS: Disabling allow_standby_replay on a file system will also stop all standby-replay daemons for that file system.