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

change nemu machine_type to pc to handle virtio-fs failures. #1709

Closed
ganeshmaharaj opened this issue May 18, 2019 · 0 comments · Fixed by #1710
Closed

change nemu machine_type to pc to handle virtio-fs failures. #1709

ganeshmaharaj opened this issue May 18, 2019 · 0 comments · Fixed by #1710

Comments

@ganeshmaharaj
Copy link
Contributor

virtio-fs needs hugepages and nemu has issues getting network access with virt machine_type and hugepages. Switching machine_type to pc temporarily until it is all fixed.

ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue May 18, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
NEMU's machine_type `virt` has issues getting network access when
hugepages is enabled. Temporarily changing type to `pc` to fix this
issue. Accompanying changes to runtime and tests are underway.

Fixes: kata-containers#1709
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue May 18, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
NEMU's machine_type `virt` has issues getting network access when
hugepages is enabled. Temporarily changing type to `pc` to fix this
issue. Accompanying changes to runtime and tests are underway.

Fixes: kata-containers#1709
Depends-on: kata-containers/tests#1595
Depends-on: kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue May 18, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
NEMU's machine_type `virt` has issues getting network access when
hugepages is enabled. Temporarily changing type to `pc` to fix this
issue. Accompanying changes to runtime and tests are underway.

Fixes: kata-containers#1709
Depends-on: github.com/kata-containers/tests#1595
Depends-on: github.com/kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue May 20, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
NEMU's machine_type `virt` has issues getting network access when
hugepages is enabled. Temporarily changing type to `pc` to fix this
issue. Accompanying changes to runtime and tests are underway.

Fixes: kata-containers#1709
Depends-on: github.com/kata-containers/tests#1595
Depends-on: github.com/kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue May 22, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Depends-on: github.com/kata-containers/tests#1595
Depends-on: github.com/kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue May 23, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Depends-on: github.com/kata-containers/tests#1595
Depends-on: github.com/kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue Jun 3, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Depends-on: github.com/kata-containers/tests#1595
Depends-on: github.com/kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
(cherry picked from commit 722ac5a)
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue Jun 3, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Depends-on: github.com/kata-containers/tests#1595
Depends-on: github.com/kata-containers/packaging#522
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
(cherry picked from commit 722ac5a)
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue Jun 4, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
(cherry picked from commit 722ac5a)
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue Jun 4, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
(cherry picked from commit 722ac5a)
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
ganeshmaharaj pushed a commit to ganeshmaharaj/kata-runtime that referenced this issue Jun 4, 2019
virtio-fs is now available in 1.7 release and needs hugepages enabled.
Updating version of NEMU that ships with kata by default which contains
the fixes for hugepages, machine_type=virt and network access.

Fixes: kata-containers#1709
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
(cherry picked from commit 722ac5a)
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant