Skip to content

Commit 562e5db

Browse files
marquizlifubang
andcommitted
CHANGELOG: document breaking change of runc update
Co-authored-by: lfbzhm <[email protected]> Signed-off-by: Markus Lehtonen <[email protected]>
1 parent 1398ba7 commit 562e5db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Breaking
10+
11+
- runc update no longer allows `--l3-cache-schema` or `--mem-bw-schema` if
12+
`linux.intelRdt was not present in the container’s original `config.json`.
13+
14+
Without `linux.intelRdt` no CLOS (resctrl group) is created at container
15+
creation, so it is not possible to apply the updated options with `runc
16+
update`.
17+
18+
Previously, this scenario did not work as expected. The `runc update` would
19+
create a new CLOS but fail to apply the schema, move only the init process
20+
(omitting children) to the new group, and leave the CLOS orphaned after
21+
container exit. (#4827)
22+
923
## [1.3.0] - 2025-04-30
1024

1125
> Mr. President, we must not allow a mine shaft gap!

0 commit comments

Comments
 (0)