Phase 6a hotfix: claw-fuse needs full mod list
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 3s

Missed snapshot/sync/zfs mods → build failed on tank with
'unresolved import' errors. Rest of the code was fine.
This commit is contained in:
Omar Sobh
2026-07-14 12:15:31 -07:00
parent c678c08c76
commit 35848d6cf7
+3
View File
@@ -37,6 +37,9 @@ mod hot;
mod manifest; mod manifest;
mod restore; mod restore;
mod serve; mod serve;
mod snapshot;
mod sync;
mod zfs;
use cluster::blob::{BlobId, BlobStore}; use cluster::blob::{BlobId, BlobStore};