mirror of https://github.com/longhorn/types.git
feat(spdk): add uuid in Engine and Replica
Longhorn 10888 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
594f7a2a00
commit
e99765f78d
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
|
@ -109,6 +109,7 @@ message Replica {
|
|||
string state = 12;
|
||||
string error_msg = 13;
|
||||
string backing_image_name = 14;
|
||||
string uuid = 15;
|
||||
}
|
||||
|
||||
message ReplicaCreateRequest {
|
||||
|
|
@ -230,6 +231,7 @@ message Engine {
|
|||
int32 target_port = 16;
|
||||
int32 standby_target_port = 17;
|
||||
int32 ublk_id = 18;
|
||||
string uuid = 19;
|
||||
}
|
||||
|
||||
message EngineCreateRequest {
|
||||
|
|
|
|||
Loading…
Reference in New Issue