Kohei Tokunaga

Results 228 comments of Kohei Tokunaga

@sumeetb25 Some pointers you can deeper look at: - Which phase (pull, create, run) shows worse performance for estargz? - If `pull` takes long, how long does it take to...

> When I restart stargz process, it always failed. According to the log, the request from your host to `ghcr.io` seem timeout (10s). #317 will fix the issue. > Should...

@aledbf Thank you for reporting the issue. The error seems to come from [here](https://github.com/containerd/stargz-snapshotter/blob/b1ce4c8d829481f954fa3bc4ce5ed9567c708698/fs/remote/resolver.go#L350-L398). During mounting a layer, stargz snapshotter tries to get size of that layer by sending [`HEAD`...

I noticed that your log shows `"remote-snapshot-prepared":"false"` log and this is an expected behaviour for **non-stargz** images. I believe stargz snapshotter should fallback to (non-lazy) overlayfs-mode. Are there any error...

Have you done registry configuration on the snapshotter's side? https://github.com/containerd/stargz-snapshotter/blob/v0.3.0/docs/overview.md#registry-mirrors-and-insecure-connection something like (/etc/containerd-stargz-grpc/config.toml): ```toml [[resolver.host."myip:5000".mirrors]] host = "myip:5000" insecure = true ``` If it doesn't work, please provide the debug...

@nicktming Could you provide the log output from `containerd-stargz-grpc`?

@nicktming > there is no output Please add `--log-level=debug` to `containerd-stargz-grpc` and paste the log output. > it pulls all the layers, is it the normal case? no. Check also...

@nicktming Doesn't `containerd-stargz-grpc` provide any log even with `--log-level=debug` flag?

@nicktming Please provide the complete log line. It's hard to make sure where is the root cause of that error.

@nicktming > {"error":"cannot resolve layer: failed to redirect (host \"ip:5000\", ref:\"ip:5000/myimage", digest:\"sha256:2ddd81e5692f21714879195f97d10cf39da3d448c014a0c66727914f20886656\"): failed to request: tls: first record does not look like a TLS handshake: failed to resolve","level":"debug","mountpoint":"/var/lib/containerd-stargz-grpc/snapshotter/snapshots/31/fs","msg":"failed to resolve...