containerd / nydus-snapshotter

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

manager: avoid to start daemon in dead loop #534

Closed sctb512 closed 1 year ago

sctb512 commented 1 year ago

Revert https://github.com/containerd/nydus-snapshotter/pull/531 If nydusd is not subscribed and is unexpectedly killed, send an event to the death event handler.

changweige commented 1 year ago

Please also submit a PR to main branch