containers / containers/crun-vm
Bind-mount regular files into the guest as actual regular files
Open
enhancement
- Dominant language
- Rust
- Stars
- 268
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Currently, regular files bind-mounted from the host into the guest appear as block devices. virtiofs could in principle be used to bind-mount them as actual regular files instead. This would require a small fix to virtiofs' kernel code, which currently assumes that the root of a virtiofs mount is always a directory.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.