aboutsummaryrefslogtreecommitdiff
path: root/go/topology
diff options
context:
space:
mode:
authortnextday <fw2k4@163.com>2015-11-29 23:49:41 +0800
committertnextday <fw2k4@163.com>2015-11-29 23:49:41 +0800
commit1817864a4589e05fa17a27ed1bc954b0cfcf12b4 (patch)
tree15d902b8e0f77efc825b6593ffcaa5ad68ad625c /go/topology
parenta4f64c011620e2ebd5dc41415e6f19713be9897a (diff)
downloadseaweedfs-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.go1
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]
}