Temporarily remove zfs as built in plugin
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user