-
Notifications
You must be signed in to change notification settings - Fork 794
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
WIP - detect copy operations by other processes #619
Conversation
I'm obviously doing something wrong; I can't get my skopeo to recognize a simultaneous pull:
In all my attempts, both skopeos pull the entirety of |
@edsantiago my apologies! As @mtrmac pointed out here containers/image#607 (comment), it's the code not you. I simply missed committing the last s/false/true/ to the PR at containers/image. Sorry! I shouldn't commit at the end of the day 🙉 |
dd70b2a
to
f87a864
Compare
That works better, thank you! The word 'stopped' is pretty strong; would you consider 'paused' instead? And perhaps 'being copied' to indicate ongoing activity? |
Sounds great, thanks! |
50f553c
to
a91d44c
Compare
a91d44c
to
5cbe6fe
Compare
@rhatdan @mtrmac @nalind @edsantiago, please have another look: Besides several cleanups of the code, I performed the following changes:
|
816b091
to
c8e00df
Compare
Requires to vendor containers/image, storage and the latest version of the progress bar library. Signed-off-by: Valentin Rothberg <[email protected]>
c8e00df
to
c7637c4
Compare
Closing in favour of containers/image#611. |
containers/image#607 and containers/storage#307 must be merged before this PR.
Requires to vendor containers/image, storage and the latest
version of the progress bar library.
Signed-off-by: Valentin Rothberg [email protected]