Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libpod: Add volume support for FreeBSD | Doug Rabson | 2022-09-27 |
| | | | | | | [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org> | ||
* | libpod: Factor out usage of unix.MNT_DETACH from (*Volume).unmount | Doug Rabson | 2022-09-27 |
| | | | | | | | | | | | There is an existing wrapper for unix.Unmount(..., MNT_DETACH) in util_linux.go but that filters all errors and for volumes, we only want to filter EINVAL. The existing libpod.Unmount seems to only have one call site so perhaps these can be merged. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org> | ||
* | libpod: Move volume_internal_linux.go to volume_internal_common.go | Doug Rabson | 2022-09-27 |
[NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org> |