Chris Lu
Chris Lu
I could not reproduce with this: ``` dd if=/dev/urandom of=/Users/chrislu/mount/253.file.dat bs=32768 count=1280000 1280000+0 records in 1280000+0 records out 41943040000 bytes transferred in 343.197121 secs (122212680 bytes/sec) ``` Are there any...
what are the parameters you used to reproduce? It did not reproduce any error with 1000 folders and 1000 files per folder.
@zuzuviewer what is your setup on the `weed mount`? what's the `volume.list` output when it happens?
@half-life666 what's your `volume.list` output when it happens?
I am still failing to reproduce this. Please help to make a docker compose file to reproduce and a script to run.
The PR looks legit but I could not confirm the fix without reproducing the bug. Please help to confirm the fix.
PR is very welcome! The tricky part is how to keep the reference counter. One approach is to add a key-value entry of the pair (file id, counter) to the...
``` $ weed volume -h Example: weed volume -port=8080 -dir=/tmp -max=5 -ip=server_name -mserver=localhost:9333 Default Usage: ... -fileSizeLimitMB int limit file size to avoid out of memory (default 256) ```
you would need to get assigned a needle id, and use it to upload directly to volume servers, which is how `weed upload` does. The master submit is just added...
A bucket can not use a different collection name. The `fs.configure --locationPrefix=... -disk=...` command before creating the bucket should work well for this purpose.