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
33 stars 38 forks source link

Improve OSD version checks in bcache yaml #283

Open pponnuvel opened 2 years ago

pponnuvel commented 2 years ago

OSD version checking in bcache yaml checking can be improved with the command:

ceph daemon osd.<num> version

which is now available in OSD sosreports too.

CC: @dosaboy

dosaboy commented 2 years ago

The check this refers to is now at https://github.com/canonical/hotsos/blob/main/defs/scenarios/storage/ceph/ceph-osd/bcache_lp1936136.yaml

pponnuvel commented 1 year ago

We currently check against the 'apt' version - proposal is to check against the 'running' version of the daemons.