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

[ssh] Stop collecting 'ls' information from non-local home dirs #3807

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. [ssh] Stop collecting 'ls' information from non-local home dirs

    Commands like 'ls -laZ' can take some time to run in remote filesystems,
    for example NFS. When you have hundreds of them, sos can take a long
    time to walk through it, and could be even worse if we use the option
    'recursive'.
    For ssh home dirs, we don't need the listing, so in this patch we detect
    the type of filesystem and run the command only on local ones.
    
    Related: RHEL-22389, SUPDEV-156
    
    Signed-off-by: Jose Castillo <[email protected]>
    jcastill committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dd8f61d View commit details
    Browse the repository at this point in the history