daowen luo
daowen luo
Maybe we can add another blob layer xxx, it contains blob id list and has annotation "containerd.io/snapshot/nydus-blob-ids=true". When create container, snapshot find nydus meta layer and blob_ids layer in the...
@imeoer I known, I mean we can add blob ids_list layer to manifest just like meta layer. So it can also download from storage backend and unpack.
> @luodw Thanks for the question! Though we have graceful shutdown on SIGINT (#26), recovery on abnormal shutdown / support for service restart are in progress (#134). Very welcome for...
> @luodw Can you check if the master version (contains the patch #134) fixes this issue? I hava tried the latest master branch (containes the patch #134 ), but when...
> Currently, you need to re-run containers too. And I agree with that the snapshotter needs to be able to gracefully restart even if there are running containers. Ok,I also...
We have used nydus to accelerate the container start, but building nydus image is slow because it need to build oci image first and then convert to nydus image. So...
Hi, Is there any ideas?
> What type of config information? @dmcgowan Config information is struct type, but it can be serialized to string, just like ```golang type RafsOption struct { Source string `json:"source"` Config...
> Could your problem be the same as #820, which was just recently fixed? maybe not, our problem is happened when disk is busy, so golang runtime will create a...
> Interesting, how many torrents and what number of connections are you having for each? I can't imagine a situation where you have more than several torrents, with at most...