Chris Lu

Results 761 comments of Chris Lu

Does this work for you? ``` echo "lock; ec.decode .... ; unlock" | weed shell ```

There is already an option to put index to a different folder/disk, which should be enough as option 3?

added a fix https://github.com/seaweedfs/seaweedfs/pull/7101

fixed in https://github.com/seaweedfs/seaweedfs/pull/7103

Thanks for the details! added a fix https://github.com/seaweedfs/seaweedfs/pull/7120

How about running orphanage checking after adding back old volumes? The check is a heavy operation, but if needs to do it anyway, just do it for all the files...

use this in `weed shell` ``` volume.fsck # check all volumes to find entries not used by the filer. It is optional and resource intensive. ```

Do you want to teach how to use grpc interceptor to reproduce this and other similar issues?

I prefer operator since code is easier to understand than magical yaml files. But yaml files are easier to test and adjust. So iterations are faster. Operator needs an active...

Do you want to create a PR for this? Just modify here: https://github.com/seaweedfs/seaweedfs/blob/dab0bb809766fd24fe243ff9abb2ff94c8076e41/weed/shell/command_fs_log.go#L26