passing disk type along

This commit is contained in:
Chris Lu
2020-12-16 09:10:14 -08:00
parent 23014b6810
commit 1d88865869
3 changed files with 6 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ func NewVolumeInfoFromShort(m *master_pb.VolumeShortInformationMessage) (vi Volu
}
vi.ReplicaPlacement = rp
vi.Ttl = needle.LoadTTLFromUint32(m.Ttl)
vi.DiskType = m.DiskType
return vi, nil
}