Kohei Tokunaga

Results 137 comments of Kohei Tokunaga

@chenk008 > Does Podman need to bump containers/storage version to support stargz? Yes. You also need https://github.com/containers/image/pull/1109 and https://github.com/containerd/stargz-snapshotter/pull/301 as well. We'll work on downstreaming these patches to Podman/CRI-O once...

@ilyee What is your use-case of restart? Reloading configuration?

@ilyee Having a separate FUSE manager daemon sounds good to me. We need to make sure that all [filesystem configuration](https://github.com/containerd/stargz-snapshotter/blob/master/fs/config/config.go) are passed to the FUSE manager on each call of...

Thank you for reporting this. This seems a bug. We might need to limit the size of lrucache and buf pool.

As a quick workaround, let's add a configuration (of `config.toml`) to forcefully enable `Direct` mode for the cache. Then I'll work on improving the memory consumption of the cache (maybe...

@rdpsin Please try v0.7.0 https://github.com/containerd/stargz-snapshotter/releases/tag/v0.7.0 You can enable direct mode of the cache to avoid this issue. ```golang [directory_cache] direct = true ``` We'll work on the improvement of the...

FYI: Specifying `metadata_store = "db"` in config.toml enables storing filesystem metadata on disk. (since v0.10.0) This can reduce the memory consumption of `containerd-stargz-grpc` (https://github.com/containerd/stargz-snapshotter/pull/415#issuecomment-948366623).

@andrewrynhard Thanks a lot for your interest! Any contribution, discussion and bug reporting, etc. are welcome. The discussion is mainly on [#3731@containerd](https://github.com/containerd/containerd/issues/3731). Could I ask how do you intend to...

@andrewrynhard Are you still interested in this? Recently this snapshotter supports Kubernetes through CRI. Can we seek the way for the integration?

awesome! It's written purly in Go.