From: Nathan Cutler Date: Wed, 19 Jul 2017 14:12:30 +0000 (+0200) Subject: doc: PendingReleaseNotes: "ceph -w" behavior has changed drastically X-Git-Tag: v12.1.2~228^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=060084f708ccb50bca36b34bb30e8e5f7be82e38;p=ceph.git doc: PendingReleaseNotes: "ceph -w" behavior has changed drastically Signed-off-by: Joao Eduardo Luis Signed-off-by: Nathan Cutler --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0c02dd8ceb01..76f55d2246b9 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -210,3 +210,14 @@ * The "ceph -w" output no longer contains audit log entries by default. Add a "--watch-channel=audit" or "--watch-channel=*" to see them. +12.1.2 +------ + +* New "ceph -w" behavior - the "ceph -w" output no longer contains I/O rates, + available space, pg info, etc. because these are no longer logged to the + central log (which is what "ceph -w" shows). The same information can be + obtained by running "ceph pg stat"; alternatively, I/O rates per pool can + be determined using "ceph osd pool stats". Although these commands do not + self-update like "ceph -w" did, they do have the ability to return formatted + output by providing a "--format=" option. +