Skip to content

Commit

Permalink
Adressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jayPare committed Aug 2, 2024
1 parent fb58918 commit 126c23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/frontend_virtio_blk.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/protobuf/field_mask.proto";

// Front End (host-facing) APIs. Mostly used for Virtio-blk emulation emulation and host presentation as alternative to Nvme.
// Front End (host-facing) APIs. Mostly used for Virtio-blk emulation and host presentation as alternative to Nvme.
service FrontendVirtioBlkService {
// Create an Virtio Blk
rpc CreateVirtioBlk (CreateVirtioBlkRequest) returns (VirtioBlk) {
Expand Down
2 changes: 1 addition & 1 deletion storage/v1alpha1/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ Represnts emulated Virtio-blk device
<a name="opi_api-storage-v1-FrontendVirtioBlkService"></a>

### FrontendVirtioBlkService
Front End (host-facing) APIs. Mostly used for Virtio-blk emulation and host presentation as alternative to Nvme.
Front End (host-facing) APIs. Mostly used for Virtio-blk emulation emulation and host presentation as alternative to Nvme.

| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
Expand Down

0 comments on commit 126c23d

Please sign in to comment.