mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 22:50:54 +00:00
Replace the encrypted-emptyDir boolean setting with an emptydir_type setting that can describe shared-fs, block-encrypted, and block-plain emptyDirs. Add policy storage templates for block encrypted and block plain emptyDirs with the create-filesystem driver option. Plain block emptyDirs also carry the discard mount option. The block storage source pattern is relaxed to match the runtime-rs values observed for block devices. Signed-off-by: Manuel Huber <manuelh@nvidia.com> Assisted-by: OpenAI Codex <codex@openai.com>