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

mount blockdevices in the guest VM #881

Closed
zklei opened this issue Nov 3, 2018 · 1 comment
Closed

mount blockdevices in the guest VM #881

zklei opened this issue Nov 3, 2018 · 1 comment

Comments

@zklei
Copy link

zklei commented Nov 3, 2018

Description of problem

When we use docker run -v /dev/sdb:/mnt/data to run a container, It will passing /dev/sdb/ through as blockdevice /mnt/data.

Expected result

Usually, What we want is to mount the block device as a directory in container, Or we're going to choose --device to pass this blockdevice.

zklei added a commit to zklei/runtime that referenced this issue Nov 3, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: l00413982 <leizhongkai@huawei.com>
@WeiZhang555
Copy link
Member

Duplicate of #571

@WeiZhang555 WeiZhang555 marked this as a duplicate of #571 Nov 5, 2018
zklei added a commit to zklei/runtime that referenced this issue Nov 5, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Nov 5, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Nov 5, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Nov 5, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Nov 5, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Nov 6, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Nov 8, 2018
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Jun 16, 2019
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Jun 16, 2019
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Jun 16, 2019
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Jul 4, 2019
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
zklei added a commit to zklei/runtime that referenced this issue Jul 4, 2019
This mount blockdevices in the guest VM instead of passing them through

Fixes: kata-containers#881

Signed-off-by: <leizhongkai@huawei.com>
@jodh-intel jodh-intel added this to To do in Issue backlog Aug 10, 2020
Issue backlog automation moved this from To do to Done Apr 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Issue backlog
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants