add chunk file helper to support large file

This commit is contained in:
tnextday
2015-11-29 23:49:41 +08:00
parent a4f64c0116
commit 1817864a45
4 changed files with 137 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ func (dnll *VolumeLocationList) String() string {
}
func (dnll *VolumeLocationList) Head() *DataNode {
//mark first node as master volume
return dnll.list[0]
}