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

Ensure pgrep only picks virt-launcher pid while collecting nft rules #182

Merged
merged 1 commit into from
Jun 13, 2023

Commits on Jun 13, 2023

  1. Ensure pgrep only picks virt-launcher pid

    The must-gather will fails to collect nft rules of virt-launcher pods
     running in the same node where the must-gather is running because it
    picks also the `oc exec virt-handler pgrep` pid. This patch ensures
    that pgrep only picks virt-launcher pid.
    
    Signed-off-by: Nijin Ashok <nashok@redhat.com>
    nijinashok committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    20d421a View commit details
    Browse the repository at this point in the history