Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: Introduce KataVirtualVolume structure into go runtime #8471

Merged
merged 1 commit into from Nov 20, 2023

Conversation

ChengyuZhu6
Copy link
Member

@ChengyuZhu6 ChengyuZhu6 commented Nov 19, 2023

Introduce the KataVirtualVolume data structure into the go kata-runtime, as specified in the kata-types through PR /pull/7698. That PR is forwarded port from d788d4a

Fixes: #8472

@katacontainersbot katacontainersbot added the size/large Task of significant size label Nov 19, 2023
@ChengyuZhu6 ChengyuZhu6 changed the title runtime: Add KataVirtualVolume structure in runtime runtime: Introduce KataVirtualVolume structure into go runtime Nov 19, 2023
@ChengyuZhu6 ChengyuZhu6 added the area/runtime Issues that impact the runtime (including shimv2) label Nov 19, 2023
ChengyuZhu6 added a commit to ChengyuZhu6/kata-containers that referenced this pull request Nov 19, 2023
Add the implementation for `DmVerityInfo` to support to create/destroy
dm-verity device.

Fixes kata-containers#8186

Depends-on: github.com/kata-containers#8471

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
Co-authored-by: Jiang Liu <gerry@linux.alibaba.com>
@ChengyuZhu6
Copy link
Member Author

/test

ChengyuZhu6 added a commit to ChengyuZhu6/kata-containers that referenced this pull request Nov 19, 2023
Add the implementation for `DmVerityInfo` to support to create/destroy
dm-verity device.

Fixes: kata-containers#8186

Depends-on: github.com/kata-containers#8471

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
Co-authored-by: Jiang Liu <gerry@linux.alibaba.com>
@ChengyuZhu6 ChengyuZhu6 force-pushed the kata-virtual-volume branch 4 times, most recently from 4f5da90 to 1897ca3 Compare November 19, 2023 05:14
Add the corresponding data structure in the runtime part according to
kata-containers/pull/7698.

Fixes: kata-containers#8472

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
ChengyuZhu6 added a commit to ChengyuZhu6/kata-containers that referenced this pull request Nov 19, 2023
Add the implementation for `DmVerityInfo` to support to create/destroy
dm-verity device.

Fixes: kata-containers#8186

Depends-on:github.com/kata-containers#8471

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
Co-authored-by: Jiang Liu <gerry@linux.alibaba.com>
ChengyuZhu6 added a commit to ChengyuZhu6/kata-containers that referenced this pull request Nov 19, 2023
Add the implementation for `DmVerityInfo` to support to create/destroy
dm-verity device.

Fixes: kata-containers#8186

Depends-on:github.com/kata-containers#8471

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
Co-authored-by: Jiang Liu <gerry@linux.alibaba.com>
@stevenhorsman stevenhorsman added the merge-to-main PRs relating to merging CCv0 content to main label Nov 20, 2023
@ChengyuZhu6
Copy link
Member Author

/test

Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @ChengyuZhu6!

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@fidencio fidencio merged commit 9445a96 into kata-containers:main Nov 20, 2023
533 of 636 checks passed
@ChengyuZhu6 ChengyuZhu6 deleted the kata-virtual-volume branch November 21, 2023 00:52
ChengyuZhu6 added a commit to ChengyuZhu6/kata-containers that referenced this pull request Nov 21, 2023
Add the implementation for `DmVerityInfo` to support to create/destroy
dm-verity device.

Fixes: kata-containers#8186

Depends-on:github.com/kata-containers#8471

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
Co-authored-by: Jiang Liu <gerry@linux.alibaba.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/runtime Issues that impact the runtime (including shimv2) merge-to-main PRs relating to merging CCv0 content to main ok-to-test size/large Task of significant size
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime: Introduce KataVirtualVolume structure into go runtime
4 participants