reddwarf/crates/reddwarf
Till Wegmueller 0ac169e1bd
Add ZFS storage engine: configurable pool, dataset hierarchy, extensible trait
Decouple storage from the ZoneRuntime trait into a dedicated StorageEngine
trait with ZfsStorageEngine (illumos) and MockStorageEngine (testing)
implementations. Replace the per-zone ZfsConfig with a global
StoragePoolConfig that derives dataset hierarchy from a single --storage-pool
flag, with optional per-dataset overrides. This enables persistent volumes,
auto-created base datasets on startup, and a clean extension point for
future storage backends.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 00:47:28 +01:00
..
src Add ZFS storage engine: configurable pool, dataset hierarchy, extensible trait 2026-02-09 00:47:28 +01:00
Cargo.toml Close the control loop: versioned bind, event-driven controller, graceful shutdown 2026-02-08 23:21:53 +01:00