Skip to content

Commit 23d319f

Browse files
committed
chore(storage): auto-generated protos
Signed-off-by: Artsiom Koltun <[email protected]>
1 parent 8275f4c commit 23d319f

File tree

10 files changed

+2074
-1801
lines changed

10 files changed

+2074
-1801
lines changed

storage/v1alpha1/autogen.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,9 @@ Represents Fabrics transport path parameters
668668

669669
| Field | Type | Label | Description |
670670
| ----- | ---- | ----- | ----------- |
671-
| trsvcid | [int64](#int64) | | Destination service id (e.g. Port) |
671+
| dst | [FabricsEndpoint](#opi_api-storage-v1-FabricsEndpoint) | | Destination fabrics endpoint |
672672
| subnqn | [string](#string) | | Subsystem NQN |
673-
| adrfam | [NvmeAddressFamily](#opi_api-storage-v1-NvmeAddressFamily) | | Address family |
674-
| source_traddr | [string](#string) | | Source address (e.g. IP of local NIC) |
675-
| source_trsvcid | [int64](#int64) | | Source port (e.g. Port of local NIC) |
673+
| src | [FabricsEndpoint](#opi_api-storage-v1-FabricsEndpoint) | | Source fabrics endpoint |
676674
| hostnqn | [string](#string) | | Host NQN |
677675

678676

@@ -835,8 +833,8 @@ Represents a specific path to target controller
835833
| name | [string](#string) | | name is an opaque object handle that is not user settable. name will be returned with created object user can only set {resource}_id on the Create request object |
836834
| controller_name_ref | [string](#string) | | Nvme Remote Controller this path corresponds to |
837835
| trtype | [NvmeTransportType](#opi_api-storage-v1-NvmeTransportType) | | Transport type |
838-
| traddr | [string](#string) | | Destination address (e.g. IP address, BDF for local PCIe) |
839-
| fabrics | [FabricsPath](#opi_api-storage-v1-FabricsPath) | | Not applicable for local PCIe. Required for Nvme over fabrics transport types |
836+
| pcie | [string](#string) | | Required for pcie transport type. Shall contain BDF |
837+
| fabrics | [FabricsPath](#opi_api-storage-v1-FabricsPath) | | Required for Nvme over fabrics transport types |
840838

841839

842840

storage/v1alpha1/gen/cpp/backend_nvme_tcp.pb.cc

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

0 commit comments

Comments
 (0)