firecracker-microvm / firecracker-microvm/firecracker-containerd
Cleanup implicit dependencies between drive handler and jailer
Open
exp/intermediate
- Dominant language
- Go
- Stars
- 2.9k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
As detailed in this comment: https://github.com/firecracker-microvm/firecracker-containerd/pull/339#discussion_r352941338
There are some delicate dependencies between the stubdrive paths created by drive handler and where each jailer assumes the paths are located. One possible improvement would be to have the jailer interface expose a method that tells the drive handler what path to use for a given drive, which should make the implicit dependency more explicit.
Contributor guide
Assessment
This issue has not been assessed yet.