]> git.proxmox.com Git - ceph.git/blobdiff - ceph/PendingReleaseNotes
import ceph nautilus 14.2.2
[ceph.git] / ceph / PendingReleaseNotes
index d071642fd8c053fc6f98050cd7df30158e0e5337..dadb5ad8bc5702785b993ac2b14572d4b3340d74 100644 (file)
@@ -5,3 +5,21 @@
   python3.4, because EPEL7 recently switched from python3.4 to
   python3.6 as the native python3. see the `announcement <https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/message/EGUMKAIMPK2UD5VSHXM53BH2MBDGDWMO/>_`
   for more details on the background of this change.
+
+* Nautilus-based librbd clients can now open images on Jewel clusters.
+
+14.2.2
+------
+
+* The no{up,down,in,out} related commands has been revamped.
+  There are now 2 ways to set the no{up,down,in,out} flags:
+  the old 'ceph osd [un]set <flag>' command, which sets cluster-wide flags;
+  and the new 'ceph osd [un]set-group <flags> <who>' command,
+  which sets flags in batch at the granularity of any crush node,
+  or device class.
+
+* RGW: radosgw-admin introduces two subcommands that allow the
+  managing of expire-stale objects that might be left behind after a
+  bucket reshard in earlier versions of RGW. One subcommand lists such
+  objects and the other deletes them. Read the troubleshooting section
+  of the dynamic resharding docs for details.