]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: Remove check for FLAG_NOPGCHANGE for crimson pools
authorAishwarya Mathuria <amathuri@redhat.com>
Mon, 3 Feb 2025 12:15:34 +0000 (12:15 +0000)
committerAishwarya Mathuria <amathuri@redhat.com>
Thu, 22 May 2025 06:20:37 +0000 (06:20 +0000)
commit2f4197e31e22d65faf7a83743db0f689af62ad54
treea4006adc0e716b18fc1ce48f5ed20585dc97694e
parent8199ece3e7c754ec8c4606824f928966b3492676
mon/OSDMonitor: Remove check for FLAG_NOPGCHANGE for crimson pools

With PG Splitting introduced, we can remove the check that previously stopped changes in pg_num for crimson pools.

Note: `nopgchange` is set to true by default with Crimson pools,
      for pg_num changes to actually take place we should also set `nopgchange` to false.
      Currently, this is used for (PG splitting) testing only. Once PG merging is in place as well,
      we could revert `nopgchange` to be false by default in Crimson.

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/mon/OSDMonitor.cc