]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: make a note about K vs k
authorSage Weil <sage@inktank.com>
Fri, 4 Oct 2013 00:05:41 +0000 (17:05 -0700)
committerSage Weil <sage@inktank.com>
Fri, 4 Oct 2013 00:05:41 +0000 (17:05 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
PendingReleaseNotes

index 9a751ffdb490a44276e017dbb1439438090890b3..a0817118df16b6b00e349e88b77d3df601ec2b2f 100644 (file)
@@ -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.