]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/octopus.rst: add "-o" behavior release note
authorNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 13:41:37 +0000 (15:41 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 13:41:37 +0000 (15:41 +0200)
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>
PendingReleaseNotes
doc/releases/octopus.rst

index 151f58a6720c4d8845e77d5762860be68c2c140a..e85f640afcb4c251e794c705958a7a30cc6c5b6b 100644 (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,
index 8b8b73a6c9800a73ff315db92ab6f953e434b95c..5df76fcafb05ab1c28dec7058ac24fd7e1de4311 100644 (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
 ---------