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

Avoid of concurrent snapshots on same node. #1127

Closed
riuvshin opened this issue Nov 10, 2016 · 0 comments · Fixed by #1166
Closed

Avoid of concurrent snapshots on same node. #1127

riuvshin opened this issue Nov 10, 2016 · 0 comments · Fixed by #1166

Comments

@riuvshin
Copy link

As we are going to enable auto snapshotting by default we have to implement some locking logic which will prevent concurrent snapshotting on particular physical node to minimize performance affect to the host.
We need this because docker commit and push are expensive operations in terms of hardware resources.

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