mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
correct 'trunks' to 'chunks'
parent
e64d4effad
commit
a338b58187
|
@ -19,7 +19,7 @@ Copy ./weed/command/compact.go => http://localhost:8888/github/./weed/command/co
|
|||
...
|
||||
```
|
||||
|
||||
The above `weed copy` command is very efficient. It will contact the master server for a fileId, and submit the file content to volume servers, then just create the entry on filer. Also, the file copying will also split large files into trunks automatically.
|
||||
The above `weed copy` command is very efficient. It will contact the master server for a fileId, and submit the file content to volume servers, then just create the entry on filer. Also, the file copying will also split large files into chunks automatically.
|
||||
|
||||
This put very little loads on filer and the master server. Data is only transmitted between the local machine and the volume server.
|
||||
|
||||
|
|
Loading…
Reference in a new issue