Davies Liu

Results 46 issues of Davies Liu

### Discussed in https://github.com/juicedata/juicefs/discussions/2405 Originally posted by **Abssenta** July 26, 2022 Hi. The problem I am facing with JuiceFS is that the mount point is writable by root by default....

kind/feature
priority/low

### Discussed in https://github.com/juicedata/juicefs/discussions/2412 Originally posted by **T-TRz879** July 28, 2022 I think this function is very helpful for misoperation `rm -rf *`,But facing many problems, I sorted out several...

When the destination don't support multiple upload (for example, local disk), it fallback to single thread. But download a object using single tcp connection from object store could be much...

kind/feature

When a operation is waiting for retry, we should be able to interrupt using Cltr+C.

kind/feature

``` === RUN TestInfo TestInfo TestInfo 2022/04/19 01:36:40.973465 juicefs[25119] : Meta address: redis://127.0.0.1:6379/10 [interface.go:383] 2022/04/19 01:36:40.974486 juicefs[25119] : AOF is not enabled, you may lose data if Redis is not...

area/ci

`cp --reflink` is used to create a clone of file without copying the data, similar to copy_file_range, but using ioctl(). Here is output from `strace cp --reflink a b` ```...

kind/feature
kind/question