diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
| commit | 3b5035c468626af9ba052afaaa16a8cd3598423e (patch) | |
| tree | 5949edc5a243888d79fea90272e1a95270b4a7ab /go/topology/volume_layout.go | |
| parent | 51939efeac635d0ba8b683cae6176aa60845b5f7 (diff) | |
| download | seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.tar.xz seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.zip | |
1. v0.54
2. go vet found many printing format errors
Diffstat (limited to 'go/topology/volume_layout.go')
| -rw-r--r-- | go/topology/volume_layout.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/topology/volume_layout.go b/go/topology/volume_layout.go index bd95cc796..538acb54c 100644 --- a/go/topology/volume_layout.go +++ b/go/topology/volume_layout.go @@ -107,7 +107,6 @@ func (vl *VolumeLayout) PickForWrite(count int, option *VolumeGrowOption) (*stor } return &vid, count, locationList, nil } - return nil, 0, nil, errors.New("Strangely This Should Never Have Happened!") } func (vl *VolumeLayout) GetActiveVolumeCount(option *VolumeGrowOption) int { |
