Jiang Liu

Results 73 comments of Jiang Liu

> I think this will break VM-isolated containers on Windows. We rely on the CNI running before the pause container is started, since CNI creates the HCN endpoint, and we...

> @jiangliu can't we do an abstraction like (function names are horrible in this example, of course will be changed): > > * `if mustPreCreateNetNS(), then create NetNS`: This is...

Interesting! We could use [Descriptor](https://github.com/opencontainers/image-spec/blob/main/descriptor.md) annotations to encode `(compressed offset, compressed size, uncompressed size)` for each tar object, then we could download needed data on-demand.

How about something like this? ![截屏2022-06-12 下午11 43 16](https://user-images.githubusercontent.com/1931516/173241360-ce3c90f1-dbe0-4f6a-9bb1-3d2e6aeb0984.png)

That seems like a challenging requirement to nydus:) And I'm not so familiar with Windows container storage subsystem, I will try to start the conversion by get more understanding about...

> Sadly, this breaks `nydusctl` > > ``` > gechangwei@n227-089-202 ~/git_repo/nydus-rs/contrib/nydus-test (serde-with)$ sudo nydusctl --sock api_sock info > > Version: "2.1.0-alpha2" > Status: "RUNNING" > Profile: "release" > Commit: "2c6c75b766c5ae16340537bc3bfd645d27d10640"...

We need to enhance the fuse-backend-rs first, to support fusedev and virtiofs concurrently.

We should enable support of zstd in v2.2

When it's network bandwidth limited, zstd seems like the right solution.