mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-04 11:15:39 +00:00
refactor: establish ecstore layout foundation (#3645)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//! Static ECStore layout boundaries.
|
||||
//!
|
||||
//! This module owns read-only layout descriptors used to keep static set
|
||||
//! topology separate from runtime `Sets`/`SetDisks` orchestration before any
|
||||
//! file moves happen.
|
||||
|
||||
pub(crate) mod set_layout;
|
||||
Reference in New Issue
Block a user