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 {