rumpkernel / rumprun

The Rumprun unikernel and toolchain for various platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plan to support sharing directory between host and rumpkernel?

Crazykev opened this issue · comments

I'm toying with rumpkernel recently and have a potential need for this feature. I've read config manual in this repo, and only find how to mount block device into instance.

Does rumpkernel support mounting host directory into instance(Linux Vm could do this through virtio-9p in qemu)?
If not, is there any plan support this?

At least I am not aware of anyone working on such a feature, but quality patches for such a feature will of course be accepted.

Isn't that just etfs? I intended to implement mount_etfs(8) for this purpose. Other than that, we can specify the etfs dirs on the rumpkernel boot.

Hmm, but it is possibly just rumprun here so etfs wouldn't work.