You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
When specifying a block device as volume, it is passed as block device, however in many cases a user might want the filesystem on the device to be mounted.
Description of problem
When specifying a block device as volume, it is passed as block device, however in many cases a user might want the filesystem on the device to be mounted.
An implementation similar to runq [0] would also allow to specify the KVM cache mode.
[0] https://github.com/gotoz/runq#storage
Expected result
block device is mounted inside the VM, and exposed to the container as filesystem/bind mount.
Actual result
block device is passed through as block device