Fix minimum replication workers started (#10560)

This PR also fixes GetReplicationConfiguration permission
in web-handlers.go to use bucket as resource
This commit is contained in:
poornas
2020-09-24 12:25:41 -07:00
committed by GitHub
parent ca989eb0b3
commit e6ab4db6b8
3 changed files with 8 additions and 1 deletions

View File

@@ -129,6 +129,8 @@ Replication status can be seen in the metadata on the source and destination obj
To perform bi-directional replication, repeat the above process on the target site - this time setting the source bucket as the replication target.
It is recommended that replication be run in a system with atleast two CPU's available to the process, so that replication can run in its own thread.
![put](https://raw.githubusercontent.com/minio/minio/master/docs/bucket/replication/PUT_bucket_replication.png)
![head](https://raw.githubusercontent.com/minio/minio/master/docs/bucket/replication/HEAD_bucket_replication.png)