The release note about restoring the original behavior of the rados
tool's "-o" option was added to PendingReleaseNotes by
d2b806070de5f56474283035a7ffc91fe96afbab but it never found its way into
the official v15.2.0 release notes.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
* CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons
-* The behaviour of the ``-o`` argument to the rados tool has been reverted to
- its orignal behaviour of indicating an output file. This reverts it to a more
- consisten behaviour when compared to other tools. Specifying obect size is now
- accomplished by using an upper case O ``-O``.
-
* In certain rare cases, OSDs would self-classify themselves as type
'nvme' instead of 'hdd' or 'ssd'. This appears to be limited to
cases where BlueStore was deployed with older versions of ceph-disk,
* MDS default cache memory limit is now 4GB.
+* The behaviour of the ``-o`` argument to the rados tool has been
+ reverted to its original behaviour of indicating an output file. This
+ reverts it to a more consistent behaviour when compared to other
+ tools. Specifying obect size is now accomplished by using an
+ upper-case O ``-O``.
+
Changelog
---------