From bd28a4bca445667cfc236b7bc8325982976c205a Mon Sep 17 00:00:00 2001 From: Phi Date: Thu, 15 Dec 2022 14:29:58 +0100 Subject: [PATCH] Add snap-sector types Add snap-sector types --- storage/sealer/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/sealer/README.md b/storage/sealer/README.md index 15a1b942f..83fa3ea5f 100644 --- a/storage/sealer/README.md +++ b/storage/sealer/README.md @@ -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.