Introduction

SeznamFS is distributed binlogging filesystem based on FUSE. It works similar to MySQL, it creates a binary log containing all write operations and provides it to slaves as master. Every server has its own server ID and therefore it's possible to use master-master replication (with the same limitations as MySQL master-master replication has) or multimaster round replication. For more information have look at documentation.