shell: volume.move handles volume moved to cloud tier

fix https://github.com/seaweedfs/seaweedfs/issues/3803
This commit is contained in:
chrislu
2022-10-16 17:52:22 -07:00
parent 52e0a88a15
commit de286fe662
4 changed files with 712 additions and 687 deletions

View File

@@ -429,6 +429,7 @@ message ReadVolumeFileStatusResponse {
uint32 compaction_revision = 7;
string collection = 8;
string disk_type = 9;
VolumeInfo volume_info = 10;
}
message DiskStatus {

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,7 @@ import (
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
// Requires gRPC-Go v1.32.0 or later.
const _ = grpc.SupportPackageIsVersion7
// VolumeServerClient is the client API for VolumeServer service.