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 committed May 31, 2024
1 parent ab949bb commit ff7f962
Show file tree
Hide file tree
Showing 6 changed files with 978 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.

614 changes: 316 additions & 298 deletions pkg/generated/enginerpc/syncagent.pb.go

Large diffs are not rendered by default.

1,109 changes: 564 additions & 545 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 @@ -172,6 +172,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 @@ -96,6 +96,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 ff7f962

Please sign in to comment.