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

[23.0 backport] d/graphdriver/copy: support src fs w/o xattr support #45465

Merged
merged 1 commit into from May 4, 2023

Commits on May 4, 2023

  1. d/graphdriver/copy: support src fs w/o xattr support

    Treat copying extended attributes from a source filesystem which does
    not support extended attributes as a no-op, same as if the file did not
    possess the extended attribute. Only fail copying extended attributes if
    the source file has the attribute and the destination filesystem does
    not support xattrs.
    
    Signed-off-by: Cory Snider <csnider@mirantis.com>
    (cherry picked from commit 2b6761f)
    Signed-off-by: Cory Snider <csnider@mirantis.com>
    corhere committed May 4, 2023
    Configuration menu
    Copy the full SHA
    94fcd2d View commit details
    Browse the repository at this point in the history