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

fs/lustre: recognize soft-links on file open #12172

Merged
merged 1 commit into from
Dec 21, 2023

Commits on Dec 19, 2023

  1. fs/lustre: recognize soft-links on file open

    the llapi_file_get_stripe() function does not accept as an input file a
    soft-link. Check therefore whether the filename provided in File_open
    is a soft-link, retrieve the real file name in case it is, make sure
    it is also on a Lustre file system, and use the real filename in the
    llapi_file_get_stripe() function call instead.
    
    Fixes issue open-mpi#12141
    
    Signed-off-by: Edgar Gabriel <[email protected]>
    (cherry picked from commit c6a6c25)
    edgargabriel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7ea90e6 View commit details
    Browse the repository at this point in the history