From: Sage Weil Date: Fri, 16 Apr 2021 14:48:04 +0000 (-0400) Subject: Merge PR #40411 into master X-Git-Tag: v17.1.0~2227 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a7c72a9edb2a8467294d569a6d0235119024e56;p=ceph.git Merge PR #40411 into master * refs/pull/40411/head: doc: add note about removal of the `cephfs` nfs cluster type mgr/volumes/nfs: drop `type` param during cluster create Reviewed-by: Sage Weil Reviewed-by: Varsha Rao --- 3a7c72a9edb2a8467294d569a6d0235119024e56 diff --cc PendingReleaseNotes index dce4ea0926f9,b45b37ee41c1..25ca9c132a4b --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -9,11 -9,13 +9,16 @@@ that were storing state in RADOS omap, especially without striping which limits scalability. +* RGW: `radosgw-admin realm delete` is now renamed to `radosgw-admin realm rm`. This + is consistent with the help message. + >=16.0.0 -------- + * volumes/nfs: The ``cephfs`` cluster type has been removed from the + ``nfs cluster create`` subcommand. Clusters deployed by cephadm can + support an NFS export of both ``rgw`` and ``cephfs`` from a single + NFS cluster instance. + * 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.