mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-16 21:04:25 +01:00
The first incompatible issue is caused by a typo, "swapiness" should be "swappiness". The second incompatible issue is caused by a serde format. The struct LinuxBlockIODevice is introduced for convenience, but it also changes serialized data, so "#[serde(flatten)]" should be used for compatibility with OCI spec. Fixes: #1211 Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>