Skip to content

Commit

Permalink
feat(v2/auto-salvage): add salvage_requested to EngineCreateRequest
Browse files Browse the repository at this point in the history
longhorn/longhorn-8430

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Oct 18, 2024
1 parent aa4b701 commit c65a3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/spdkrpc/spdk.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ message EngineCreateRequest {
bool upgrade_required = 7;
string initiator_address = 8;
string target_address = 9;
bool salvage_requested = 10;
}

message EngineDeleteRequest {
Expand Down

0 comments on commit c65a3ee

Please sign in to comment.