-
Notifications
You must be signed in to change notification settings - Fork 44
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
mount, mountinfo: Add support for OpenBSD in addition to FreeBSD #32
Conversation
91a75ff
to
ddd8b9b
Compare
Just noticed that #36 might conflict with this. |
Thanks for the heads-up! |
Means we need to close #24 |
ddd8b9b
to
a4a9fd3
Compare
Wonder if containerd has actual *BSD users, or is the situation similar to moby/moby Solaris support? |
Needs a rebase |
a4a9fd3
to
879cb47
Compare
I am looking at using these modules in containerd, so that we can reduce the effort of maintaining "mountinfo" implementations. The containerd variant of this module currently supports OpenBSD in addition to FreeBSD. This patch bring in changes similar to the ones made in containerd in: containerd/containerd@0828b7a Signed-off-by: Sebastiaan van Stijn <[email protected]>
879cb47
to
cb807b1
Compare
@kolyshkin rebased (and green 👍) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I am looking at using these modules in containerd, so that we can
reduce the effort of maintaining "mountinfo" implementations.
The containerd variant of this module currently supports OpenBSD in
addition to FreeBSD.
This patch bring in changes similar to the ones made in containerd in:
containerd/containerd@0828b7a