add lock variable

This commit is contained in:
Chris Lu
2019-12-02 20:49:50 -08:00
parent caae543a9f
commit 6383b45bd0
4 changed files with 29 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ func (vs *VolumeServer) uiStatusHandler(w http.ResponseWriter, r *http.Request)
}{
util.VERSION,
vs.SeedMasterNodes,
vs.store.Status(),
vs.store.VolumeInfos(),
vs.store.EcVolumes(),
ds,
infos,