load volume info from .vif file, use superblock as a backup

This commit is contained in:
Chris Lu
2019-12-28 12:28:58 -08:00
parent b7bc08cf52
commit c06f7eb48a
9 changed files with 292 additions and 251 deletions

View File

@@ -353,6 +353,7 @@ message RemoteFile {
}
message VolumeInfo {
repeated RemoteFile files = 1;
uint32 version = 2;
}
message VolumeTierMoveDatToRemoteRequest {