From: Nathan Cutler Date: Tue, 19 May 2020 13:41:37 +0000 (+0200) Subject: doc/releases/octopus.rst: add "-o" behavior release note X-Git-Tag: v16.1.0~2250^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=568b8a11edaab7a88b97f7a40f3b35011098af3f;p=ceph.git 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 d2b806070de5f56474283035a7ffc91fe96afbab but it never found its way into the official v15.2.0 release notes. Signed-off-by: Nathan Cutler --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 151f58a6720..e85f640afcb 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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, diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index 8b8b73a6c98..5df76fcafb0 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -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 ---------