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

Builder: remove has_xattr flag check for merge #383

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

imeoer
Copy link
Collaborator

@imeoer imeoer commented Apr 13, 2022

The has_xattr flag is not a user-specified by builder (nydus-image),
the flag value is calculated by checking whether if have any files have
xattr, so for bootstrap merge scenario, we can't assume this value is
same between different bootstraps.

Signed-off-by: Yan Song [email protected]

@imeoer imeoer requested review from bergwolf and luodw April 13, 2022 08:32
The `has_xattr` flag is not a user-specified by builder (nydus-image),
the flag value is calculated by checking whether if have any files have
xattr, so for bootstrap merge scenario, we can't assume this value is
same between different bootstraps.

Signed-off-by: Yan Song <[email protected]>
@imeoer
Copy link
Collaborator Author

imeoer commented Apr 13, 2022

@luodw Thanks for reporting this issue.

@luodw
Copy link
Collaborator

luodw commented Apr 13, 2022

LGTM

@luodw luodw merged commit d73e271 into dragonflyoss:master Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants