-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add OOM events #30
Milestone
Comments
jepio
pushed a commit
to jepio/containerd
that referenced
this issue
Dec 3, 2021
Distinguish not exist error returned by `Path`.
dcantah
pushed a commit
to dcantah/containerd
that referenced
this issue
Apr 6, 2022
…ifferent directory (containerd#27) (containerd#30) * Refactor windows snapshotters Both LCOW & WCOW snapshotters have many functions that are identical and some other functions have common code. This change refactors those snapshotters to remove duplicate code. This refactor will also help when adding other features like storing scratch snapshots in a different location. * Support to override scratch snapshot location Some containers do heavy IO to the scratch, in case of LCOW/WCOW the scratch itself is a VHD that is stored on the same disk as that of other snapshots (including the image layers). If containerd is pulling multiple images and one or more containers are doing heavy IO to the scratch at the same time, that causes disk contention and related issues. This change allows the user to set a config (either in containerd.toml or in the container configuration) that specifies another directory inside which the scratch of all containers (or that specific container) should be stored. Signed-off-by: Amit Barve <ambarve@microsoft.com> (cherry picked from commit 333a72b) Signed-off-by: Amit Barve <ambarve@microsoft.com>
jseba
pushed a commit
to jseba/containerd
that referenced
this issue
Aug 25, 2023
Add make target to build windows binaries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: