]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/DaemonServer: decouple adjust_pgs max from mon_osd_max_creating_pgs
authorSamuel Just <sjust@redhat.com>
Wed, 28 Feb 2024 01:52:27 +0000 (17:52 -0800)
committerSamuel Just <sjust@redhat.com>
Wed, 28 Feb 2024 02:00:05 +0000 (18:00 -0800)
commit2af36160b01ee1b6ceead47096ea7cc97c4e9501
tree55cd104be52724d61c60e3cb5454195818374677
parent37b6ed2775fddae670200f4c7427a5204efe128f
mgr/DaemonServer: decouple adjust_pgs max from mon_osd_max_creating_pgs

The next commit will remove mon_osd_max_creating_pgs as it doesn't
behave correctly in the context of OSDMonitor.  Create a new mgr
specific config to replace it here.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/common/options/mgr.yaml.in
src/mgr/DaemonServer.cc