bbengfort / fluidfs

A highly consistent distributed filesystem built with FUSE
http://www.fluidfs.com
MIT License
1 stars 0 forks source link

Write Locks and Version Replication 1 #27

Open bbengfort opened 7 years ago

bbengfort commented 7 years ago

Create version replication with write locks:

  1. On READ the system requests a lock for the file.
  2. On WRITE the system replicates the version and lock release.

Note that there are actually three modes of operation:

The procedure is documented as follows:

On a read access (open):

On a write access (close):