containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
22.4k stars 2.31k forks source link

Allow --debug/--trace options for pasta #23014

Closed ant-bl closed 2 weeks ago

ant-bl commented 2 weeks ago

The user is allowed to pass --debug/--trace option to pasta in order to get logs on pasta failure.

Example : --network=pasta:--map-gw,--debug,--log-file=/tmp/log,--trace

Does this PR introduce a user-facing change?

None
openshift-ci[bot] commented 2 weeks ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ant-bl Once this PR has been reviewed and has the lgtm label, please assign tomsweeneyredhat for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/containers/podman/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
packit-as-a-service[bot] commented 2 weeks ago

Ephemeral COPR build failed. @containers/packit-build please check.

Luap99 commented 2 weeks ago

vendored code mus not be changed in podman. You have to patch the dependency (https://github.com/containers/common/) instead and then we can update it here.