containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
168 stars 96 forks source link

Manager: add timeout when retrying to start daemon #533

Closed sctb512 closed 1 year ago

sctb512 commented 1 year ago

Add timeout when retrying to start daemon to avoid dead loop. Also, avoid the existing nydusd zombie process.

Related to https://github.com/containerd/nydus-snapshotter/pull/531