canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
30 stars 37 forks source link

microceph is missing `local-osds` and `ps` sections #804

Open pponnuvel opened 2 months ago

pponnuvel commented 2 months ago
  1. local-osds section is missing because Microceph doesn't use ceph-volume. This section outputs:

    local-osds:
      2:
        fsid: 831fa05a-3901-4206-a850-ac38d26327d2
        dev: /dev/vdb
        rss: 217M
  2. ps section provides:

      ps:
        - ceph-crash (1)
        - ceph-osd (1)

We should be able to get data for both section by different means for Microceph.

Output from a standard ceph deployment: https://pastebin.canonical.com/p/VzX5g6Xq8h/

pponnuvel commented 4 weeks ago

The ps part has been fixed in #805.