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
I have a bunch of host devices which I want to pass into various kata containers. I think that I need to change the privileged_without_host_devices = false setting in some way, but I am not sure.
My starting point is a loopback host device - /dev/loop4: [3145894]:2 (/dev/tmpfs/10G/data.img) - which I need to pass into a container as is, no virtio-fs (it clashes with overlayfs in my case).
FWIW, I am working towards having a few more devices like this one, but backed by different storage implementations (local NVMe, Regatta Storage, etc.). Ideally, these would be host mount points that I just pass through - e.g. /dev/loop4 on /var/lib/dagger/10G.ramdisk type ext4 (rw,noatime,nodiratime,nobarrier) - but I think that solving that problem is more involved. WDYT?
The text was updated successfully, but these errors were encountered:
This branches off:
failed to create hash for : operation not supported
dagger/dagger#9319All config - including the Talos v1.9.1 cluster managed by Omni - is captured in that issue.
I am opening this issue here instead of https://github.com/kata-containers/kata-containers since this is specific to the kata-containers extension as configured in Talos (i.e. containerd v2 runtime handler).
I have a bunch of host devices which I want to pass into various kata containers. I think that I need to change the
privileged_without_host_devices = false
setting in some way, but I am not sure.My starting point is a loopback host device -
/dev/loop4: [3145894]:2 (/dev/tmpfs/10G/data.img)
- which I need to pass into a container as is, no virtio-fs (it clashes with overlayfs in my case).How could I do this @fidencio @smira @frezbo ?
FWIW, I am working towards having a few more devices like this one, but backed by different storage implementations (local NVMe, Regatta Storage, etc.). Ideally, these would be host mount points that I just pass through - e.g.
/dev/loop4 on /var/lib/dagger/10G.ramdisk type ext4 (rw,noatime,nodiratime,nobarrier)
- but I think that solving that problem is more involved. WDYT?The text was updated successfully, but these errors were encountered: