mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 22:44:21 +00:00
remove SnapshotService, replace with direct BlockStore usage
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -26,16 +26,6 @@ message GetVolumeInfoResponse {
|
||||
int64 iops = 2;
|
||||
}
|
||||
|
||||
message IsVolumeReadyRequest {
|
||||
string plugin = 1;
|
||||
string volumeID = 2;
|
||||
string volumeAZ = 3;
|
||||
}
|
||||
|
||||
message IsVolumeReadyResponse {
|
||||
bool ready = 1;
|
||||
}
|
||||
|
||||
message CreateSnapshotRequest {
|
||||
string plugin = 1;
|
||||
string volumeID = 2;
|
||||
@@ -75,7 +65,6 @@ service BlockStore {
|
||||
rpc Init(InitRequest) returns (Empty);
|
||||
rpc CreateVolumeFromSnapshot(CreateVolumeRequest) returns (CreateVolumeResponse);
|
||||
rpc GetVolumeInfo(GetVolumeInfoRequest) returns (GetVolumeInfoResponse);
|
||||
rpc IsVolumeReady(IsVolumeReadyRequest) returns (IsVolumeReadyResponse);
|
||||
rpc CreateSnapshot(CreateSnapshotRequest) returns (CreateSnapshotResponse);
|
||||
rpc DeleteSnapshot(DeleteSnapshotRequest) returns (Empty);
|
||||
rpc GetVolumeID(GetVolumeIDRequest) returns (GetVolumeIDResponse);
|
||||
|
||||
Reference in New Issue
Block a user