adjust visibility

This commit is contained in:
Chris Lu
2014-10-25 23:45:31 -07:00
parent 30bcda7136
commit f527fc1d5e
3 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ func (t *Topology) NextVolumeId() storage.VolumeId {
return next
}
func (t *Topology) hasWritableVolume(option *VolumeGrowOption) bool {
func (t *Topology) HasWritableVolume(option *VolumeGrowOption) bool {
vl := t.GetVolumeLayout(option.Collection, option.ReplicaPlacement, option.Ttl)
return vl.GetActiveVolumeCount(option) > 0
}