File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments