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

Added copy_file_range for faster file copy in mkcomposefs. #276

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

divineaugustine
Copy link
Contributor

This resolves #274
Added fallback to classic file copy if the copy_file_range fails for the reasons it can be retried. I have tested the fallback with digest path set to a USB drive where the copy_file_range fails with EXDEV.

Signed-off-by: Divin Ookken Athappan <oadivin@gmail.com>
@divineaugustine divineaugustine changed the title Added copy_file_range for faster file copy. Added copy_file_range for faster file copy in mkcomposefs. Apr 18, 2024
Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexlarsson alexlarsson merged commit ecef20c into containers:main Apr 25, 2024
10 checks passed
@cgwalters
Copy link
Contributor

Hello @divineaugustine there's a request to relicense this repository, please comment on #344

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.

use copy_file_range for file copy in mkcomposefs
4 participants