Kir Kolyshkin

Results 105 issues of Kir Kolyshkin

The problem/fix is similar to one in #3084/#3090. A test case (by @ls-ggg) is copied from #4235. Fixes: #4094. Closes: #4235.

area/cgroupv1
backport/todo/1.1

This is a backport of #3349 to release-1.1. Original description follows. ---- It is possible that parallel execution of runc list with runc delete will result in runc list fatal...

backport/1.1-pr

Since PR #3816 (commit c77aaa3f) the tail of criu log is printed by runc, so there's no need to do the same thing in tests. Related to #3711.

easy-to-review
area/ci
area/checkpoint-restore

Upper level runtimes (such as cri-o or containerd) rely on "runc update" to update container's resources. This is a waste of resources, especially if the update is performed regularly. It...

## Executive summary We use swagger to generate model and operation API for Docker Engine (aka [Moby](https://github.com/moby/moby)), and we believe that types and structures should be separated from the code....

enhancement
generator

Nothing dramatic; please see individual commits for details.

As discussed with @thaJeztah, this repo needs to be move to under moby, i.e. become `github.com/moby/go-units`.

1. Bump Go to supported version, other CI components. 2. Bump go to 1.17 in */go.mod. 3. Bump golang.org/x/sys to ~~v0.11.0.~~ v.0.1.0. 4. mount: fix an errorlint issue with Go...

area/ci
impact/changelog

Some github repos have mechanisms to show documentation preview in PRs, so that if any documentation is changed, a reviewer can see how it looks like. One such example is...

help wanted

moby/sys/symlink documentation (as seen at e.g. https://pkg.go.dev/github.com/moby/sys/symlink) needs a few updates: 1. Package docs say the package "implements EvalSymlinksInScope ..." while in fact it implements `FollowSymlinkInScope`. 2. Doc for `FollowSymlinksInScope`...