Add snap-sector types

Add snap-sector types
This commit is contained in:
Phi 2022-12-15 14:29:58 +01:00
parent 87e384e7fd
commit bd28a4bca4

View File

@ -25,8 +25,7 @@ together. It also implements scheduling logic.
This package implements the sector storage subsystem. Fundamentally the storage
is divided into `path`s, each path has it's UUID, and stores a set of sector
'files'. There are currently 3 types of sector files - `unsealed`, `sealed`,
and `cache`.
'files'. There are currently 5 types of sector files - `unsealed`, `sealed`, `cache`, `update` and `update-cache`.
Paths can be shared between nodes by sharing the underlying filesystem.