nvidia/runtime-rs: use block-plain emptyDir

Set the non-confidential NVIDIA runtime-rs emptyDir mode to
block-plain through a dedicated Makefile default.

This prepares the runtime class for configurations where filesystem
sharing is disabled and emptyDir volumes need to be backed by
guest-mounted block devices instead of shared-fs.

Signed-off-by: Manuel Huber <manuelh@nvidia.com>
Assisted-by: OpenAI Codex <codex@openai.com>
This commit is contained in:
Manuel Huber
2026-07-14 18:27:49 +00:00
committed by Fabiano Fidêncio
parent 66c4c0ba6c
commit 34a1e12c10

View File

@@ -816,7 +816,7 @@ vfio_mode = "@DEFVFIOMODE_NV@"
# - block-plain
# Plugs a block device to be mounted directly in the guest.
#
emptydir_mode = "@DEFEMPTYDIRMODE@"
emptydir_mode = "@DEFEMPTYDIRMODE_NV@"
# Enabled experimental feature list, format: ["a", "b"].
# Experimental features are features not stable enough for production,