mount, mountinfo: Add support for OpenBSD in addition to FreeBSD#32
Merged
kolyshkin merged 1 commit intomoby:masterfrom Oct 1, 2020
Merged
mount, mountinfo: Add support for OpenBSD in addition to FreeBSD#32kolyshkin merged 1 commit intomoby:masterfrom
kolyshkin merged 1 commit intomoby:masterfrom
Conversation
91a75ff to
ddd8b9b
Compare
This was referenced Sep 22, 2020
Contributor
|
Just noticed that #36 might conflict with this. |
Member
Author
|
Thanks for the heads-up! |
Collaborator
|
Means we need to close #24 |
ddd8b9b to
a4a9fd3
Compare
Collaborator
|
Wonder if containerd has actual *BSD users, or is the situation similar to moby/moby Solaris support? |
AkihiroSuda
approved these changes
Oct 1, 2020
Collaborator
|
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 <github@gone.nl>
879cb47 to
cb807b1
Compare
Member
Author
|
@kolyshkin rebased (and green 👍) |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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