]> git.proxmox.com Git - ceph.git/blame - ceph/PendingReleaseNotes
import ceph nautilus 14.2.2
[ceph.git] / ceph / PendingReleaseNotes
CommitLineData
11fdf7f2
TL
1>=14.2.1
2--------
a8e16298 3
11fdf7f2
TL
4* Ceph now packages python bindings for python3.6 instead of
5 python3.4, because EPEL7 recently switched from python3.4 to
6 python3.6 as the native python3. see the `announcement <https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/message/EGUMKAIMPK2UD5VSHXM53BH2MBDGDWMO/>_`
7 for more details on the background of this change.
81eedcae
TL
8
9* Nautilus-based librbd clients can now open images on Jewel clusters.
10
1114.2.2
12------
13
14* The no{up,down,in,out} related commands has been revamped.
15 There are now 2 ways to set the no{up,down,in,out} flags:
16 the old 'ceph osd [un]set <flag>' command, which sets cluster-wide flags;
17 and the new 'ceph osd [un]set-group <flags> <who>' command,
18 which sets flags in batch at the granularity of any crush node,
19 or device class.
20
21* RGW: radosgw-admin introduces two subcommands that allow the
22 managing of expire-stale objects that might be left behind after a
23 bucket reshard in earlier versions of RGW. One subcommand lists such
24 objects and the other deletes them. Read the troubleshooting section
25 of the dynamic resharding docs for details.