Skip to content

Commit

Permalink
feat(backup): add parameters fields to backup
Browse files Browse the repository at this point in the history
ref: longhorn/longhorn 7070

Signed-off-by: Jack Lin <jack.lin@suse.com>
  • Loading branch information
ChanYiLin authored and derekbit committed Jun 23, 2024
1 parent 0443f05 commit 7887c6b
Show file tree
Hide file tree
Showing 6 changed files with 979 additions and 931 deletions.
100 changes: 52 additions & 48 deletions generated-py/imrpc/proxy_pb2.py

Large diffs are not rendered by default.

84 changes: 44 additions & 40 deletions generated-py/ptypes/syncagent_pb2.py

Large diffs are not rendered by default.

613 changes: 316 additions & 297 deletions pkg/generated/enginerpc/syncagent.pb.go

Large diffs are not rendered by default.

1,111 changes: 565 additions & 546 deletions pkg/generated/imrpc/proxy.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions protobuf/imrpc/proxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ message EngineSnapshotBackupRequest {
string compression_method = 9;
int32 concurrent_limit = 10;
string storage_class_name = 11;
map<string, string> parameters = 12;
}

message EngineSnapshotBackupProxyResponse {
Expand Down
1 change: 1 addition & 0 deletions protobuf/ptypes/syncagent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ message BackupCreateRequest {
string compression_method = 9;
int32 concurrent_limit = 10;
string storage_class_name = 11;
map<string, string> parameters = 12;
}

message BackupCreateResponse {
Expand Down

0 comments on commit 7887c6b

Please sign in to comment.