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 has been archived by the owner on May 12, 2021. It is now read-only.
the imageoption for the root filesystem of the VM is broken. This commit dd5b446 removed the appendImage from the virtcontainer/qemu_s390x.go and now it uses the arch base function. The required devno param is not set it. I'm fixing that.
The text was updated successfully, but these errors were encountered:
On s390x we need to set the devno that's why we need a custom
appendBlkDevice function.
Fixes: kata-containers#2384
Signed-off-by: Alice Frosi <[email protected]>
On s390x we need to set the devno that's why we need a custom
appendBlkDevice function.
Fixes: kata-containers#2384
Signed-off-by: Alice Frosi <[email protected]>
On s390x we need to set the devno that's why we need a custom
appendBlkDevice function.
Fixes: kata-containers#2384
Signed-off-by: Alice Frosi <[email protected]>
evanfoster
pushed a commit
to evanfoster/runtime
that referenced
this issue
Mar 9, 2020
On s390x we need to set the devno that's why we need a custom
appendBlkDevice function.
Fixes: kata-containers#2384
Signed-off-by: Alice Frosi <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIncorrect behaviourneeds-reviewNeeds to be assessed by the team.
Hi,
the
image
option for the root filesystem of the VM is broken. This commit dd5b446 removed the appendImage from thevirtcontainer/qemu_s390x.go
and now it uses the arch base function. The required devno param is not set it. I'm fixing that.The text was updated successfully, but these errors were encountered: