From: Ilya Dryomov Date: Thu, 20 Jun 2024 10:44:10 +0000 (+0200) Subject: Merge pull request #58044 from idryomov/wip-64662-squid X-Git-Tag: v19.1.1~206 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4ba69d8b68e76ca4d6278d179d657ff00849add;p=ceph.git Merge pull request #58044 from idryomov/wip-64662-squid squid: librbd: allow cloning from non-user snapshots Reviewed-by: Ramana Raja --- c4ba69d8b68e76ca4d6278d179d657ff00849add diff --cc PendingReleaseNotes index 5742ad76ea11,235a81624f18..1f0260b395fc --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -209,12 -205,13 +209,18 @@@ CephFS: Disallow delegating preallocate * Monitoring: RGW S3 Analytics: A new Grafana dashboard is now available, enabling you to visualize per bucket and user analytics data, including total GETs, PUTs, Deletes, Copies, and list metrics. + * RBD: Support for cloning from non-user type snapshots is added. This is + intended primarily as a building block for cloning new groups from group + snapshots created with `rbd group snap create` command, but has also been + exposed via the new `--snap-id` option for `rbd clone` command. + * RBD: The output of `rbd snap ls --all` command now includes the original + type for trashed snapshots. +* CephFS: Command "ceph mds fail" and "ceph fs fail" now requires a + confirmation flag when some MDSs exhibit health warning MDS_TRIM or + MDS_CACHE_OVERSIZED. This is to prevent accidental MDS failover causing + further delays in recovery. + >=18.0.0 * The RGW policy parser now rejects unknown principals by default. If you are