README.txt 402 B

123456789101112
  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.