Konstantin Lebedev
Konstantin Lebedev
adding dynamic peers with new raft https://github.com/chrislusf/seaweedfs/pull/2868 https://github.com/chrislusf/seaweedfs/pull/2868/commits/14a2cc83bf35c2c30bb2306cca128ca8a1eb8286
> Try it on Linux. It is also interesting try it on Windows Subsystem for Linux (WSL) https://docs.microsoft.com/en-us/windows/wsl/install
@divanikus Only one master address has been configured ``` weed volume -mserver=192.168.65.42:9333 ``` Please set up all master addresses
Then we found out that the master server itself is not to blame, but you need to look for the problem in the tier move script. Unfortunately I don't use...
@zemul Hi. Plz upgrade to a version [3.18](https://github.com/chrislusf/seaweedfs/releases/tag/3.18) with this PR https://github.com/chrislusf/seaweedfs/issues/3327 where the effect of disk loss is minimized
There is a lack of debugging on your part, since your problem does not reproduce on my clusters, possibly due to the fact that I enabled hashicorp raft. You can...
I suggested to put it in the parameters for setting Timeout time.Duration // The current default value is 20 seconds.
This is is expected https://github.com/chrislusf/seaweedfs/wiki/Amazon-IAM-API Maybe it's something else? Need more details and logs for seaweedfs on how S3 Browser works
@pavelzhurov Why ErrNoSuchBucketPolicy ?
> @kmlebedev My logic was the following: a bucket isn't able to have any Bucket Policy, so for any bucket we can return that there is no such policy. I...