summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-10-03 17:05:41 -0700
committerSage Weil <sage@inktank.com>2013-10-03 17:05:41 -0700
commitfea1e0e56cbd3d82a173b50532ff51b8bcee9359 (patch)
tree7c3eaa589591fbc2e07b8652f164c5b1486b8bff
parent8fb04d2680a8f90e922be33a0cb4f16b8507aa8c (diff)
downloadceph-fea1e0e56cbd3d82a173b50532ff51b8bcee9359.tar.gz
PendingReleaseNotes: make a note about K vs k
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--PendingReleaseNotes4
1 files changed, 4 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 9a751ffdb49..a0817118df1 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -51,3 +51,7 @@ v0.71
* Any direct users of the 'tmap' portion of the librados API should be
aware that the automatic tmap -> omap conversion functionality has
been removed.
+
+* Most output that used K or KK (e.g., for kilobyte) now uses a
+ lower-case k to match the official SI convention. Any scripts that
+ parse output and check for an upper-case K will need to be modified.