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

[juju] Handle arch mismatch between the sosreport and hotsos host #870

Closed pponnuvel closed 2 months ago

pponnuvel commented 2 months ago

If the hosts where sosreport was collected and where hotsos runs is different (e.g. aarch64 and x86-64), then running the juju binary won't work. Since the installed charm directory is a symlink to the version, we get the version from that instead of executing the binary.

Fixes #868.