Skip to content
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

podman-remote ps -a --ns is broken #7903

Closed
rhatdan opened this issue Oct 2, 2020 · 2 comments · Fixed by #7909
Closed

podman-remote ps -a --ns is broken #7903

rhatdan opened this issue Oct 2, 2020 · 2 comments · Fixed by #7909
Assignees
Labels
Good First Issue This issue would be a good issue for a first time contributor to undertake. kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@rhatdan
Copy link
Member

rhatdan commented Oct 2, 2020

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description

# ./bin/podman-remote  ps -a --ns
CONTAINER ID  NAMES               PID     CGROUPNS  IPC     MNT     NET     PIDN    USERNS  UTS
0ff09a2dfa9d  elastic_ellis       0                                                         
f6c7afa9c8ba  adfddf7d0ad0-infra  0                                                         

Versus

# ./bin/podman  ps -a --ns
CONTAINER ID  NAMES               PID     CGROUPNS    IPC         MNT         NET         PIDN        USERNS      UTS
0ff09a2dfa9d  elastic_ellis       862041  4026534537  4026534535  4026534533  4026534439  4026534434  4026531837  4026534534
f6c7afa9c8ba  adfddf7d0ad0-infra  860348  4026531835  4026534437  4026534435  4026534246  4026534434  4026531837  4026534436

Basically podman-remote is not bringing back the namspace data.

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 2, 2020
@rhatdan rhatdan added the Good First Issue This issue would be a good issue for a first time contributor to undertake. label Oct 2, 2020
@rhatdan
Copy link
Member Author

rhatdan commented Oct 2, 2020

Two other SkipIfRemote's are blocked by the same problem

@zhangguanzhang
Copy link
Collaborator

Two other SkipIfRemote's are blocked by the same problem

which lines?

@zhangguanzhang zhangguanzhang self-assigned this Oct 3, 2020
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Good First Issue This issue would be a good issue for a first time contributor to undertake. kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants