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 373
Unify rootfs flags across all hypervisors and architectures #1642
Comments
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
May 10, 2019
Let's make this option consistent cross all archs, since from a security point of view, there is no need for us to write to the rootfs. Fixes: kata-containers#1642 Signed-off-by: Penny Zheng <[email protected]>
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
May 15, 2019
Let's define agnostic commonkernelRootParams for all hypervisors, including qemu, firecracker, etc. for now, it has two scenarios, one for NVDIMM, one for virtio-blk. Fixes: kata-containers#1642 Signed-off-by: Penny Zheng <[email protected]>
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
May 15, 2019
Let's define agnostic commonkernelRootParams for all hypervisors, including qemu, firecracker, etc. for now, it has two scenarios, one for NVDIMM, one for virtio-blk. Fixes: kata-containers#1642 Signed-off-by: Penny Zheng <[email protected]>
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
May 15, 2019
Let's define agnostic commonkernelRootParams for all hypervisors, including qemu, firecracker, etc. for now, it has two scenarios, one for NVDIMM, one for virtio-blk. Fixes: kata-containers#1642 Signed-off-by: Penny Zheng <[email protected]>
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
May 16, 2019
Let's define agnostic commonkernelRootParams for all hypervisors, including qemu, firecracker, etc. for now, it has two scenarios, one for NVDIMM, one for virtio-blk. Fixes: kata-containers#1642 Signed-off-by: Penny Zheng <[email protected]>
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
May 29, 2019
Let's define agnostic commonkernelRootParams for all hypervisors, including qemu, firecracker, etc. for now, it has two scenarios, one for NVDIMM, one for virtio-blk. Fixes: kata-containers#1642 Signed-off-by: Penny Zheng <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
See discussion here #1633
We use different flags for the rootfs under different VMMs and Architectures. Unify the flags across all implementations so that we do not end up with inconsistencies.
The text was updated successfully, but these errors were encountered: