You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
402 B

  1. How replication works
  2. ======
  3. All metadata changes within current cluster would be notified to a message queue.
  4. If the meta data change is from other clusters, this metadata would change would not be notified to the message queue.
  5. So active<=>active replication is possible.
  6. All metadata changes would be published as metadata changes.
  7. So all mounts listening for metadata changes will get updated.