From: Sage Weil Date: Fri, 4 Oct 2013 00:05:41 +0000 (-0700) Subject: PendingReleaseNotes: make a note about K vs k X-Git-Tag: v0.71~30 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fea1e0e56cbd3d82a173b50532ff51b8bcee9359;p=ceph.git PendingReleaseNotes: make a note about K vs k Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 9a751ffdb490..a0817118df16 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.