-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Add rootless container log collection to podman plugin #3596
Comments
Yeah, in the current design it would go into It's not obvious at the moment that What do we think about folding |
Now that we have #3648 should we break apart We could make a report-level @arif-ali @robbmanes @pmoravec thoughts? |
I like the idea, esp. the "global option overriden-able by plugin one, likewise timeout". Just I am unsure on some details:
(*) I know it is an example WIP name, but I feel it is confusing. It lacks "container" info in its name. BUT |
Currently, you can either do
-k podman.logs
to get root container logs, or you can docontainers_common.rootless_user=$USER
to run rootlessmachinectl
based podman commands, but you can't do both; there's no current way I know of to get rootless container logs frompodman
at this moment viasos report
.We probably need to add iteration over the found containers in https://github.com/sosreport/sos/blob/517e8315479cf86af734dfcda01cbc5574cc32cf/sos/report/plugins/containers_common.py to allow for this if the user adds something like
containers_common.logs=true
. I don't have immediate time to work on it so I didn't just file a PR but figured I'd add this is an RFE for my backlog.The text was updated successfully, but these errors were encountered: