From: Joao Eduardo Luis Date: Fri, 1 Mar 2019 18:24:35 +0000 (+0000) Subject: PendingReleaseNotes: add `ceph osd info` X-Git-Tag: v15.1.0~2108^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff080391c1456abdf096d521ca3b8184bcae29b2;p=ceph.git PendingReleaseNotes: add `ceph osd info` Signed-off-by: Joao Eduardo Luis --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index abecf9ace7e5..851dba5b81b2 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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.