Skip to content

fix: support simultaneous create diff for same parent snapshot#7204

Merged
fuweid merged 1 commit intocontainerd:mainfrom
cosmoer:fix-support-simultaneous-create-diff
Jul 29, 2022
Merged

fix: support simultaneous create diff for same parent snapshot#7204
fuweid merged 1 commit intocontainerd:mainfrom
cosmoer:fix-support-simultaneous-create-diff

Conversation

@cosmoer
Copy link
Copy Markdown
Contributor

@cosmoer cosmoer commented Jul 23, 2022

In CreateDiff function, we wil create view snapshot base on parent snapshot,
view snapshot name is "<parent snapshot KEY>-parent-view",

so while, It does not support concurrent operations,other user will be return to the error that the snapshot already exists.

So, we add uniquePart() as a suffix.

@k8s-ci-robot
Copy link
Copy Markdown

Hi @cosmoer. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Comment thread rootfs/diff.go
@cosmoer cosmoer force-pushed the fix-support-simultaneous-create-diff branch from 2dfe33d to b695622 Compare July 24, 2022 01:07
@cosmoer cosmoer force-pushed the fix-support-simultaneous-create-diff branch from b695622 to 344431c Compare July 24, 2022 01:35
Copy link
Copy Markdown
Member

@dcantah dcantah left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants