Skip to content

Commit 8703af0

Browse files
committed
storage: fix empty reponse in VirtioBlkListResponse
Signed-off-by: Boris Glimcher <[email protected]>
1 parent d2a93c1 commit 8703af0

6 files changed

+382
-136
lines changed

storage/v1/autogen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,11 @@ Intentionally empty.
16641664

16651665

16661666

1667+
| Field | Type | Label | Description |
1668+
| ----- | ---- | ----- | ----------- |
1669+
| controller | [VirtioBlk](#opi_api-storage-v1-VirtioBlk) | repeated | |
1670+
1671+
16671672

16681673

16691674

storage/v1/frontend_virtio_blk.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ message VirtioBlkListRequest {
5757
}
5858

5959
message VirtioBlkListResponse {
60+
repeated VirtioBlk controller = 1;
6061
}
6162

6263
message VirtioBlkGetRequest {

storage/v1/gen/cpp/frontend_virtio_blk.pb.cc

Lines changed: 185 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)