Akihiro Suda
Akihiro Suda
Updated PR. ### Differences from runc v1.1.0-rc.1 - Add `.linux.intelRdt.enabled` field - Add `.linux.cgroup.rdma` field
@giuseppe Could you take a look from crun's perspective?
> What could also be useful for us, would have a way to know what log-driver is supported by a runtime (the --log-format option used by runc and crun), but...
@giuseppe The runc CLI flags like `--log-format` are currently out of the scope of the OCI Specs, so they have to be defined as annotations under `org.opencontainers.runc.*` namespace. Only runtimes...
@opencontainers/runtime-spec-maintainers Could you take a look? Is there any remaining task?
@opencontainers/runtime-spec-maintainers Can this be merged? 🙏
@kolyshkin @thaJeztah Could you take a look? This has been already implemented in runc since v1.1.0-rc1.
Sorry needs rebase again
> At that time, if there is no user defined CgroupsPath, we use container's name as cgroup path. > It will cause cgroup rewrite by different containers with the same...
Retested and still slow.. https://github.com/AkihiroSuda/buildbench/issues/3 I confirmed the overlayfs snapshotter is explicitly specified. Not sure why it is slow..