Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freebsd: add zfs to the default plugins #5377

Merged
merged 1 commit into from
Apr 18, 2021

Conversation

samuelkarp
Copy link
Member

@samuelkarp samuelkarp commented Apr 16, 2021

Note: this PR will remain in draft until containerd/zfs#43 #5380 is merged.

$ sudo ctr run \
    --snapshotter=native \
    --runtime wtf.sbk.runj.v1 \
    --rm \
    public.ecr.aws/samuelkarp/freebsd:12.1-RELEASE test-native mount
/var/lib/containerd/io.containerd.snapshotter.v1.native/snapshots/153 on / (nullfs, local)
$ sudo ctr run \
    --snapshotter=zfs \
    --runtime wtf.sbk.runj.v1 \
    --rm \
    public.ecr.aws/samuelkarp/freebsd:12.1-RELEASE test-zfs mount   
zroot/containerd/4 on / (zfs, local, noatime, nfsv4acls)

@k8s-ci-robot
Copy link

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Signed-off-by: Samuel Karp <me@samuelkarp.com>
@theopenlab-ci
Copy link

theopenlab-ci bot commented Apr 16, 2021

Build succeeded.

@samuelkarp samuelkarp marked this pull request as ready for review April 17, 2021 22:09
@mxpv mxpv merged commit 3e59ee0 into containerd:master Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants