20 | | mutable files, this includes the write-enabler. Both mutable and immutable |
21 | | files contain lease information. To make share-migration easier, we decided |
22 | | to make the share files stand alone, by placing this metadata inside the |
23 | | share files themselves, even though the metadata is really attached to the |
24 | | bucket. This unfortunately creates a danger for mutable files: some of the |
| 20 | mutable files, this includes the write-enabler. [edit: Both mutable and immutable |
| 21 | container files used to also contain lease information at the end of the |
| 22 | file, but that is no longer true on the leasedb branch which will be merged |
| 23 | soon.] |
| 24 | |
| 25 | To make share-migration easier, we originally decided to make the share files |
| 26 | stand alone, by placing this metadata inside the share files themselves, |
| 27 | even though the metadata is really attached to the bucket. |
| 28 | ~~This unfortunately creates a danger for mutable files: some of the |