Fix replication README.md docs (#12330)

Signed-off-by: Poorna Krishnamoorthy <poorna@minio.io>
This commit is contained in:
Poorna Krishnamoorthy
2021-05-20 08:17:14 -07:00
committed by GitHub
parent 6060b755c6
commit a27339826c
2 changed files with 9 additions and 1 deletions

View File

@@ -160,6 +160,14 @@ If bi-directional replication is set up between two clusters, any metadata updat
The replication configuration in use on a bucket can be viewed using the `mc replicate export alias/bucket` command.
To disable replica metadata modification syncing, use `mc replicate edit` with the --replicate flag.
```
$ mc replicate edit alias/bucket --id xyz.id --replicate "delete,delete-marker"
```
To re-enable replica metadata modification syncing,
```
$ mc replicate edit alias/bucket --id xyz.id --replicate "delete,delete-marker,replica-metadata-sync"
```
## MinIO Extension
### Replicating Deletes