From abb740b2dc432d53b0c3fe1e1395b98b5041d7fc Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Fri, 10 Apr 2026 21:37:45 +0200 Subject: [PATCH] runtime: update genereated proto code This should have been part of 10b24a19c874cf51d992cb96f5d1abc1b4c48c7b. Signed-off-by: Markus Rudy --- .../virtcontainers/pkg/agent/protocols/grpc/agent.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/virtcontainers/pkg/agent/protocols/grpc/agent.pb.go b/src/runtime/virtcontainers/pkg/agent/protocols/grpc/agent.pb.go index 11facf8cea..0a7b3c47e6 100644 --- a/src/runtime/virtcontainers/pkg/agent/protocols/grpc/agent.pb.go +++ b/src/runtime/virtcontainers/pkg/agent/protocols/grpc/agent.pb.go @@ -3411,7 +3411,7 @@ type Storage struct { unknownFields protoimpl.UnknownFields // Driver is used to define the way the storage is passed through the - // virtual machine. It can be "9p", "blk", or something else, but for + // virtual machine. It can be "blk", or something else, but for // all cases, this will define if some extra steps are required before // this storage gets mounted into the container. Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` @@ -3427,7 +3427,7 @@ type Storage struct { Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // Fstype represents the filesystem that needs to be used to mount the // storage inside the VM. For instance, it could be "xfs" for block - // device, "9p" for shared filesystem, or "tmpfs" for shared /dev/shm. + // device, or "tmpfs" for shared /dev/shm. Fstype string `protobuf:"bytes,4,opt,name=fstype,proto3" json:"fstype,omitempty"` // Options describes the additional options that might be needed to // mount properly the storage filesystem.