]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: add `ceph osd info`
authorJoao Eduardo Luis <joao@suse.de>
Fri, 1 Mar 2019 18:24:35 +0000 (18:24 +0000)
committerJoao Eduardo Luis <joao@adamastor.front.lab>
Mon, 15 Jul 2019 17:13:37 +0000 (17:13 +0000)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
PendingReleaseNotes

index abecf9ace7e5e697f644b0acec93719ea5abcad3..851dba5b81b214e5bac856d6e9c2f80da84c8197 100644 (file)
@@ -95,4 +95,8 @@
   the HDD or SSD option values.  Administrators who have customized
   this value may want to consider whether they have set this to a
   value similar to the new defaults (3 for HDDs and 10 for SSDs) and,
-  if so, remove the option from their configuration entirely.
\ No newline at end of file
+  if so, remove the option from their configuration entirely.
+
+* monitors now have a `ceph osd info` command that will provide information
+  on all osds, or provided osds, thus simplifying the process of having to
+  parse `osd dump` for the same information.