Bin Tang

Results 22 comments of Bin Tang

老哥,过期了,能重新发一个不?

> The dbs-uhttp limits the maximum concurrent connections to MAX_CONNECTIONS(10). Maybe we should enlarge the limit. The failure should be caused by the code below: > > ``` > fn...

> @sctb512 Are you using the go or python HTTP client? May be we can use `netstat` to inspect the TCP connections of the client side first. OK, I will...

I have find the solution, just correct "backup_disk" to an exist disk in "install.sh". The error is caused by nbdxadm, a python script.

> nydus-image inspect Ok, maybe deal with it in `nydus-image inspect` is better.

> > > nydus-image inspect > > > > > > Ok, maybe deal with it in `nydus-image inspect` is better. > > The fundamental issue is that v6 doesn't...

> Maybe we need to fix auth header cache for mirror implementation in nydusd. It is under repair.

> Is it possible to pass `pod.Namespace` and `pod.Spec.imagePullSecret.Name` to the snapshotter using user-defined labels, like in the Remote Snapshotter [documentation](https://github.com/containerd/containerd/blob/main/docs/remote-snapshotter.md#passing-snapshotter-specific-information), for this case? Yes, I believe it's simple to...