zfs
zfs copied to clipboard
ZFS snapshotter plugin for containerd
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...
I am wondering how snapshot size limits are configured or if this is still unsupported. I can see Usage was implemented with https://github.com/containerd/zfs/pull/38 but if I am not mistaken maxSnapshotSize...
We should run the unit test on FreeBSD, probably using Vagrant on macOS instances of GHA.
The current unit tests are `// +build linux` and are not trivially-enabled on FreeBSD due to dependencies like [`github.com/containerd/continuity/testutil/loopback`](https://github.com/containerd/continuity/blob/master/testutil/loopback/loopback_linux.go). Before we enable CI (https://github.com/containerd/zfs/issues/44), it'd be useful to get the...
https://github.com/AkihiroSuda/containerd-zfs/blob/38d2d2b98fcc5b66d53b61a63e104ac35ae5deb9/snapshot/zfs/zfs.go#L271
io/ioutil package has been marked deprecated starting Go 1.16. Signed-off-by: Austin Vazquez
Update actions runner OS image from Ubuntu 18.04 to Ubuntu 22.04. Update actions/checkout and actions/setup-go packages from v2 to v3. Update golanci/golangci-lint package from v1.48.0 to v1.50.1. Related issue: https://github.com/containerd/project/issues/95...
Hi! A lot of outdated github.com/containerd/containerd are referenced in go.sum file.
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.18 to 1.6.26. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.6.26 Welcome to the v1.6.26 release of containerd! The twenty-sixth patch release for containerd 1.6 contains various...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...