correct 'trunks' to 'chunks'

guosj 2022-03-27 10:56:20 +08:00
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.