Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Devices that are passed with --device or --volume should be passed to the virtual machine just once. #202

@amshinde

Description

@amshinde

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions