1
0
mirror of https://github.com/minio/minio.git synced 2025-03-09 19:20:08 -04:00

13 Commits

Author SHA1 Message Date
Daryl White
d44f3526dc
Update links to documentation site () 2022-09-28 21:28:45 -07:00
Harshavardhana
e3e0532613
cleanup markdown docs across multiple files ()
enable markdown-linter
2022-02-11 16:51:25 -08:00
Poorna
ed3418c046
Refactor replication resync to be an active process ()
When resync is triggered, walk the bucket namespace and
resync objects that are unreplicated. This PR also adds
an API to report resync progress.
2022-02-10 10:16:52 -08:00
Poorna Krishnamoorthy
7f6ed35347
Allow null versions to be replicated ()
for pre-existing objects present in a bucket
prior to enabling existing object replication.

Co-authored-by: Poorna Krishnamoorthy <poorna@minio.io>
2021-09-28 10:26:12 -07:00
Poorna Krishnamoorthy
c4373ef290
Add support for multi site replication () 2021-09-18 13:31:35 -07:00
Harshavardhana
c13cbc64d1 fix multiple typos in documentation 2021-08-04 14:15:45 -07:00
Poorna Krishnamoorthy
92e4c8be10
Update replication docs to fix mc reference ()
Signed-off-by: Poorna Krishnamoorthy <poorna@minio.io>
2021-06-13 11:37:22 -07:00
Poorna Krishnamoorthy
f2a3872301
Update design.md for replication ()
Fixes 
2021-06-10 16:05:39 -07:00
Poorna Krishnamoorthy
dbea8d2ee0
Add support for existing object replication. ()
Also adding an API to allow resyncing replication when
existing object replication is enabled and the remote target
is entirely lost. With the `mc replicate reset` command, the
objects that are eligible for replication as per the replication
config will be resynced to target if existing object replication
is enabled on the rule.
2021-06-01 19:59:11 -07:00
Harshavardhana
41e9c6572f fix: docs links use non-raw links for markdown 2021-05-22 10:52:47 -07:00
Poorna Krishnamoorthy
a27339826c
Fix replication README.md docs ()
Signed-off-by: Poorna Krishnamoorthy <poorna@minio.io>
2021-05-20 08:17:14 -07:00
Poorna Krishnamoorthy
28f0ded1a4
Update replication design.md for sync mode () 2021-04-20 17:31:36 -07:00
Poorna Krishnamoorthy
8e8a792d9d
Allow delete marker replication from replica ()
in the case of active-active replication.

This PR also has the following changes:

- add docs on replication design
- fix corner case of completing versioned delete on a delete marker
  when the target is down and `mc rm --vid` is performed repeatedly. Instead
  the version should still be retained in the `PENDING|FAILED` state until
  replication sync completes.
- remove `s3:Replication:OperationCompletedReplication` and
   `s3:Replication:OperationFailedReplication` from ObjectCreated 
  events type
2021-02-18 00:33:51 -08:00