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

chunked: drop host dedup feature #1256

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

giuseppe
Copy link
Member

@giuseppe giuseppe commented Jun 7, 2022

drop host deduplication by just looking at the file path. It could be
useful in very specific use cases, but it is too expensive for generic
images. If the need arises, we first need to create an index of the
files that we can deduplicate so there is no need to calculate the
checksum on the fly.

Signed-off-by: Giuseppe Scrivano [email protected]

@giuseppe giuseppe force-pushed the chunked-drop-host-dedup branch from a027994 to 8ace82d Compare June 7, 2022 12:41
@rhatdan
Copy link
Member

rhatdan commented Jun 7, 2022

You need to fix man pages.

drop host deduplication by just looking at the file path.  It could be
useful in very specific use cases, but it is too expensive for generic
images.  If the need arises, we first need to create an index of the
files that we can deduplicate so there is no need to calculate the
checksum on the fly.

Signed-off-by: Giuseppe Scrivano <[email protected]>
@giuseppe giuseppe force-pushed the chunked-drop-host-dedup branch from 8ace82d to 268af00 Compare June 7, 2022 13:32
@giuseppe
Copy link
Member Author

giuseppe commented Jun 7, 2022

You need to fix man pages.

fixed

@rhatdan
Copy link
Member

rhatdan commented Jun 7, 2022

@nalind
Copy link
Member

nalind commented Jun 7, 2022

LGTM

1 similar comment
@umohnani8
Copy link
Member

LGTM

@rhatdan rhatdan merged commit 8951d01 into containers:main Jun 7, 2022
@flouthoc
Copy link
Collaborator

flouthoc commented Jun 7, 2022

LGTM for the record.

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.

5 participants