kata-containers: add support for virtio-blk based kata pod sandboxing#12713
kata-containers: add support for virtio-blk based kata pod sandboxing#12713
Conversation
4645bfc to
a0adfef
Compare
c0b16c3 to
cab5668
Compare
|
|
||
| %changelog | ||
| * Tue Feb 11 2025 Cameron Baird <cameronbaird@microsoft.com> - 1.0.0-9 | ||
| - Introduce debug metapackage |
There was a problem hiding this comment.
FYI cherry-picked from #12298.
Current plan is to merge after this one.
There was a problem hiding this comment.
Best to remove things from your commit/branch that you do not add. Let's get to a baseline diff of the changes you want to introduce invidually.
c086e07 to
fa4c20f
Compare
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "Signatures": { | |||
| "kata-containers-3.2.0.azl4-cargo.tar.gz": "2a242deedddbd01b50b56d9f6d02ffd3f40cb2e91221fda4f4b4791d98404f96", | |||
There was a problem hiding this comment.
please remove these changes for a pull request. please prepare or contribute to a branch that can be used as the base branch for the Kata CI pipeline which ingests the new release sources. The PR title should then be 'update kata-containers package to azl3.2.0.5 or similar'
| This package contains the scripts and files required to build the UVM | ||
|
|
||
| %package tardev | ||
| Summary: tardev-snapshotter for Kata Containers |
There was a problem hiding this comment.
tardev-snapshotter is not necessarily tied to kata containers. we should rephrase to express its more generic purpose
| %files tardev | ||
| %{_bindir}/tardev-snapshotter | ||
| %{_unitdir}/tardev-snapshotter.service | ||
| %{_sbindir}/mount.tar |
There was a problem hiding this comment.
We will also need to remove mount.tar and kata-overlay from above files!?
| %{kata_bin}/kata-runtime | ||
|
|
||
| %{defaults_kata}/configuration.toml | ||
| %{defaults_kata}/configuration-clh-debug.toml |
There was a problem hiding this comment.
Why is this line relevant for this PR?
manuelh-dev
left a comment
There was a problem hiding this comment.
See comments, let's rather make this a base branch for a future PR which upgrades to a new fork release
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
This PR adds changes to support virtio-blk based kata pod sandboxing solution.
Matching kata-containers change: microsoft/kata-containers#324
Change Log
Does this affect the toolchain?
NO
Test Methodology