refactor: move ecstore format layout owners (#3646)

This commit is contained in:
安正超
2026-06-20 09:58:50 +08:00
committed by GitHub
parent 88dfdda4a0
commit 16d667da0a
8 changed files with 1527 additions and 1458 deletions
+2
View File
@@ -4,4 +4,6 @@
//! topology separate from runtime `Sets`/`SetDisks` orchestration before any
//! file moves happen.
pub(crate) mod disks_layout;
pub(crate) mod format;
pub(crate) mod set_layout;