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.
Devices are a container level resource. However if the same device is attached to the VM running Kata containers, this may give rise to issues. We have seen this in case of block devices, where a block device when assigned to 2 different containers in pod and attached to the VM twice, leads to sync issues. The block device on the host appears as 2 different devices inside the guest, which when mounted inside the guest and written to, show different files on each of the mountpoints.