display remote volumes on volume server ui page

This commit is contained in:
Chris Lu
2019-12-02 23:23:54 -08:00
parent 70648d35ad
commit 1becbce657
7 changed files with 239 additions and 162 deletions

View File

@@ -144,6 +144,7 @@ func (s *Store) VolumeInfos() []*VolumeInfo {
Ttl: v.Ttl,
CompactRevision: uint32(v.CompactionRevision),
}
s.RemoteStorageName, s.RemoteStorageKey = v.RemoteStorageNameKey()
stats = append(stats, s)
}
location.volumesLock.RUnlock()