There are no longer package names shipped as part of Red Hat Discovery. Previously we looked for; ~~~ packages = ('discovery', 'discovery-tools',) ~~~ But these no longer exist. Only container deployment on base rhel is the delivery method now. The container names remain the same and 'discovery' and 'dsc-db' logs are still the most important. Without RPMs though I'm unsure how sos would determine how to enable the plugin. New log locations are; ~~~ /var/lib/containers/storage/volumes/dsc-data/_data/userdata/log/ (psql logs) /var/discovery/server/volumes/log/ (app and quipucords log) ~~~
Thank you for the bug report Paul. We can check if a container with a certain name is running, and if so, capture the data. Just to verify, the container names will contain 'discovery' and/or 'discovery-tools'?
Excellent, thank you. The container names to grab data from are 'dsc-db' and 'discovery'.
I raised https://github.com/sosreport/sos/pull/3324 . I left the current plugin triggers (packages) there for legacy reasons. Let me know if whole directories are required to be collected, or (e.g. due to log size limit imposed by default) just some specific log files should be grabbed.