doc/releases/octopus.rst: add "-o" behavior release note

The release note about restoring the original behavior of the rados
tool's "-o" option was added to PendingReleaseNotes by
d2b806070d but it never found its way into
the official v15.2.0 release notes.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2020-05-19 15:41:37 +02:00
parent 69fbfbc9ac
commit 568b8a11ed
2 changed files with 6 additions and 5 deletions

View File

@ -3,11 +3,6 @@
* 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,

View File

@ -679,6 +679,12 @@ Upgrade compatibility notes
* 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
---------