From e8f34a2b267aff76af6095b5022d7cbffdab1ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 10 Apr 2026 14:29:07 +0200 Subject: [PATCH] agent: Update protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is not related to this PR, but rather to #12734, which ended up not running the `make src/agent generate-protocols`. While here, let's also fix it. Signed-off-by: Fabiano FidĂȘncio --- .../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.