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

fixing multipath flush problem in module_load_unload.py #2761

Commits on Feb 17, 2024

  1. fixing multipath flush problem in module_load_unload.py and config file

    multipath flush was failing due to string not matching exactly as below,
    
    nvme                   55964  4
    nvme_core             183368  5 nvme
    
    we were expecting only : "nvme                   55964  4"
    the first line only. But it is matching all the line that contain the module name.
    -w option resolve this as below.
    
    nvme                   55964  4
    
    multipath is added in config file for nvme module.
    
    Signed-off-by: Naresh Bannoth <[email protected]>
    Naresh-ibm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1f8ac43 View commit details
    Browse the repository at this point in the history