Temporarily remove zfs as built in plugin

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-10-10 15:51:31 -07:00
parent a7333657af
commit cb969085f5
31 changed files with 8 additions and 2677 deletions

View File

@@ -16,4 +16,6 @@
package builtins
import _ "github.com/containerd/zfs/plugin"
// Temporarily removed while plugin package is moved, to be added back
// before 2.0.
//import _ "github.com/containerd/zfs/plugin"

View File

@@ -18,4 +18,8 @@
package builtins
import _ "github.com/containerd/zfs/plugin"
// zfs snapshotter is temporarily removed until it is updated to use the
// new plugin package. In the future, the external plugin package will
// make it easier to update zfs and containerd independently without
// the dependency loop. Add back before 2.0 release.
//import _ "github.com/containerd/zfs/plugin"