-
Notifications
You must be signed in to change notification settings - Fork 374
virtcontainers: ppc64le: Add nvdimm to defaultQemuMachineOption #562
Conversation
PSS Measurement: Memory inside container: |
Codecov Report
@@ Coverage Diff @@
## master #562 +/- ##
=======================================
Coverage 66.87% 66.87%
=======================================
Files 85 85
Lines 9107 9107
=======================================
Hits 6090 6090
Misses 2383 2383
Partials 634 634 |
Build succeeded (third-party-check pipeline).
|
nvdimm is fundamental to get rootfs approach working for Kata Containers on ppc64le. It should be added to the default qemu machine option list. Fixes: #561 Signed-off-by: Nitesh Konkar [email protected]
PSS Measurement: Memory inside container: |
Build succeeded (third-party-check pipeline).
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I see over on the amd64 file there is an NVDIMM
mention also in the appendImage func (
runtime/virtcontainers/qemu_amd64.go
Line 138 in ef3a7e8
Driver: govmmQemu.NVDIMM, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me!
@nitkon since this PR fixes Qemu for ppc64, please backport it to stable branches. |
Fix spelling mistakes and formatting issues. Fixes kata-containers#562. Signed-off-by: James O. D. Hunt <[email protected]>
nvdimm is fundamental to get rootfs approach
working for Kata Containers on ppc64le. It should
be added to the default qemu machine option list.
Fixes: #561
Signed-off-by: Nitesh Konkar [email protected]