diff options
| author | tnextday <fw2k4@163.com> | 2015-11-29 23:49:41 +0800 |
|---|---|---|
| committer | tnextday <fw2k4@163.com> | 2015-11-29 23:49:41 +0800 |
| commit | 1817864a4589e05fa17a27ed1bc954b0cfcf12b4 (patch) | |
| tree | 15d902b8e0f77efc825b6593ffcaa5ad68ad625c /go/topology | |
| parent | a4f64c011620e2ebd5dc41415e6f19713be9897a (diff) | |
| download | seaweedfs-1817864a4589e05fa17a27ed1bc954b0cfcf12b4.tar.xz seaweedfs-1817864a4589e05fa17a27ed1bc954b0cfcf12b4.zip | |
add chunk file helper to support large file
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] } |
