]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: PendingReleaseNotes: "ceph -w" behavior has changed drastically 16425/head
authorNathan Cutler <ncutler@suse.com>
Wed, 19 Jul 2017 14:12:30 +0000 (16:12 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 19 Jul 2017 14:13:17 +0000 (16:13 +0200)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
Signed-off-by: Nathan Cutler <ncutler@suse.com>
PendingReleaseNotes

index 0c02dd8ceb01f0442a7182c09b0e26d76fa7fdf7..76f55d2246b98f27619955e30957e79c1e819c55 100644 (file)
 * 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=<format>" option.
+