mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
docs(architecture): fix object commit path reference (#4920)
This commit is contained in:
@@ -79,8 +79,8 @@ The comparison at the disk commit point is on the full composite; a lower
|
|||||||
|
|
||||||
Comparing the epoch at the `rename` commit point alone is insufficient. The
|
Comparing the epoch at the `rename` commit point alone is insufficient. The
|
||||||
authoritative commit sequence is `tmp sync → data-dir rename → xl.meta commit →
|
authoritative commit sequence is `tmp sync → data-dir rename → xl.meta commit →
|
||||||
directory sync` in `crates/ecstore/src/set_disk/core/local.rs`, and there are two
|
directory sync` in `crates/ecstore/src/disk/local.rs`, and there are two further
|
||||||
further detachable disk-write points in
|
detachable disk-write points in
|
||||||
`crates/ecstore/src/set_disk/core/io_primitives.rs`:
|
`crates/ecstore/src/set_disk/core/io_primitives.rs`:
|
||||||
|
|
||||||
- **Rollback delete** — on quorum failure each disk runs
|
- **Rollback delete** — on quorum failure each disk runs
|
||||||
|
|||||||
Reference in New Issue
Block a user