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

[stable28] fix(files): Also restore shares after ownership transfer for object storage #44921

Merged
merged 1 commit into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. fix(files): Also restore shares after ownership transfer for object s…

    …torage
    
    When a file is moved between different storages then the file id is not (always) preserved.
    This means the file id has to be adjusted for all shares.
    
    So in case the file id does not exist anymore we try to find the new file id based on the
    target path of the transfer and the path suffix of the share.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and backportbot[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    82e5369 View commit details
    Browse the repository at this point in the history