X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2FPendingReleaseNotes;h=b46d1dce10090862177cb1e654105b437d6e3cab;hb=3efd99882e8c73385040d3f5c48fd014e4247be7;hp=9ca48cdabe968843468d1573adedd42518dd854e;hpb=1a629971a9bcaaae99e5539a3a43f800a297f267;p=ceph.git diff --git a/ceph/PendingReleaseNotes b/ceph/PendingReleaseNotes index 9ca48cdab..b46d1dce1 100644 --- a/ceph/PendingReleaseNotes +++ b/ceph/PendingReleaseNotes @@ -27,3 +27,14 @@ limit (5% by default). Limits by inode count are still supported using mds_cache_size. Setting mds_cache_size to 0 (the default) disables the inode limit. + +* The maximum number of PGs per OSD before the monitor issues a + warning has been reduced from 300 to 200 PGs. 200 is still twice + the generally recommended target of 100 PGs per OSD. This limit can + be adjusted via the ``mon_max_pg_per_osd`` option on the + monitors. The older ``mon_pg_warn_max_per_osd`` option has been removed. + +* Creating pools or adjusting pg_num will now fail if the change would + make the number of PGs per OSD exceed the configured + ``mon_max_pg_per_osd`` limit. The option can be adjusted if it + is really necessary to create a pool with more PGs.