containerd / zfs

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

plugin: initialize Config #43

Closed samuelkarp closed 3 years ago

samuelkarp commented 3 years ago

Fixes https://github.com/containerd/zfs/issues/42

containerd will only load the plugin Config if it is not nil in the Registration. When the Config is nil, the zfs plugin fails to start as the type assertion fails.