diff options
| author | Chris Lu <chris.lu@gmail.com> | 2015-12-14 21:42:38 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2015-12-14 21:42:38 -0800 |
| commit | df5e54e02af60f6a1537cd5853def4dad42932bc (patch) | |
| tree | 1037c5cff81bfda50ca42a3249ebaeeb3774501e /go/topology | |
| parent | 020dd480ed8dab0eeb3b6b25b2558084a51b26f2 (diff) | |
| parent | 031d26527f0ebe39bb26c8e8b4503168a849265a (diff) | |
| download | seaweedfs-df5e54e02af60f6a1537cd5853def4dad42932bc.tar.xz seaweedfs-df5e54e02af60f6a1537cd5853def4dad42932bc.zip | |
Merge pull request #224 from tnextday/feature/chunked-file-support
Feature/chunked file support
Diffstat (limited to 'go/topology')
| -rw-r--r-- | go/topology/volume_location_list.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/topology/volume_location_list.go b/go/topology/volume_location_list.go index 0f892c010..d5eaf5e92 100644 --- a/go/topology/volume_location_list.go +++ b/go/topology/volume_location_list.go @@ -17,6 +17,7 @@ func (dnll *VolumeLocationList) String() string { } func (dnll *VolumeLocationList) Head() *DataNode { + //mark first node as master volume return dnll.list[0] } |
