Skip to content

Commit

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

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Sep 27, 2024
1 parent 3ad221f commit fb0f5c7
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 @@ -252,6 +252,7 @@ message EngineDeleteRequest {

message EngineGetRequest {
string name = 1;
bool runtime_requested = 2;
}

message EngineSuspendRequest {
Expand Down

0 comments on commit fb0f5c7

Please sign in to comment.