This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
scripts/qemu: enable libpmem #959
Merged
chavafg
merged 1 commit into
kata-containers:master
from
devimc:topic/qemu/enableLibpmem
Mar 3, 2020
Merged
scripts/qemu: enable libpmem #959
chavafg
merged 1 commit into
kata-containers:master
from
devimc:topic/qemu/enableLibpmem
Mar 3, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GabyCT
approved these changes
Mar 2, 2020
/test |
/AzurePipelines run |
Azure Pipelines successfully started running 2 pipeline(s). |
120593e
to
6a62074
Compare
/test |
/AzurePipelines run |
Azure Pipelines successfully started running 2 pipeline(s). |
Enable libpmem to support PMEM when running under Kubernetes. see kata-containers/runtime#2262 According to QEMU's nvdimm documentation: When 'pmem' is 'on' and QEMU is built with libpmem support, QEMU will take necessary operations to guarantee the persistence of its own writes to the vNVDIMM backend. fixes kata-containers#958 Signed-off-by: Julio Montes <[email protected]>
6a62074
to
c0d45d8
Compare
/AzurePipelines run |
/test |
Azure Pipelines successfully started running 2 pipeline(s). |
all green, @kata-containers/packaging @jcvenegas please take a look |
chavafg
approved these changes
Mar 3, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable libpmem to support PMEM when running under Kubernetes.
see kata-containers/runtime#2262
According to QEMU's nvdimm documentation: When 'pmem' is 'on' and QEMU is
built with libpmem support, QEMU will take necessary operations to guarantee
the persistence of its own writes to the vNVDIMM backend.
fixes #958
Signed-off-by: Julio Montes [email protected]