containerd / zfs

ZFS snapshotter plugin for containerd
Apache License 2.0
67 stars 29 forks source link

Use defered destroy for better performance #63

Open Szpadel opened 2 years ago

Szpadel commented 2 years ago

Currently destroying containers is very slow, especially on pools with slow media.

Issue is especially painful after reboot when large about of containers is recreated

Is there any reason to not replace DestroyDefault with DestroyDeferDeletion?