From: Kefu Chai Date: Mon, 29 Jun 2015 15:44:02 +0000 (+0800) Subject: PendingReleaseNotes: add the notes about osdmaptool X-Git-Tag: v9.1.0~527^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1bb0cf4327e4002aaa6df1e013b34adf4227a194;p=ceph.git PendingReleaseNotes: add the notes about osdmaptool * its '--dump-json' option is replaced by '--dump json' Signed-off-by: Kefu Chai --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e8db2365f954..217ebc69a820 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -16,3 +16,5 @@ v9.0.3 * 'ceph mon_metadata' should now be used as 'ceph mon metadata'. There is no need to deprecate this command (same major release since it was first introduced). + +* The `--dump-json` option of "osdmaptool" is replaced by `--dump json`.