mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 01:23:36 +08:00
passing disk type along
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user