Description of problem: ----------------------- This is from https://bugzilla.redhat.com/show_bug.cgi?id=1319892#c9: The api /api/v2/cluster/{cluster-fsid}/server lists all the mons and osds but with incorrect values for few fields. 1) The mon details for non-leader mon does not show the right values for: "boot_time": "1970-01-01T00:00:00+00:00" (expected: actual boot time) "ceph_version": null (expected: should show proper ceph version) "fqdn": cephqe4 (expected: should show actual fqdn) 2) The osd details for all osd hosts show following: "last_contact": null, "boot_time": null, "ceph_version": null Version-Release number of selected component (if applicable): calamari-server-1.4.0-0.12.rc15.el7cp.x86_64 ceph version 10.2.1-13.el7cp
boottime and ceph version aren't needed in 2.0 moving out The mon FQDN issue is reported separately here https://bugzilla.redhat.com/show_bug.cgi?id=1348166