-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Milestone
Description
Checklist
- This is not a security-related bug/issue. If it is, please follow please follow the security policy.
- This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
- This is not a new feature request. If it is, please file a feature request instead.
- This is not an enhancement request. If it is, please file a improvement suggestion instead.
- I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
- I am running the
Latest release, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these. - I did not make any code changes to lotus.
Lotus component
- lotus daemon - chain sync
- lotus miner - mining and block production
- lotus miner/worker - sealing
- lotus miner - proving(WindowPoSt)
- lotus miner/market - storage deal
- lotus miner/market - retrieval deal
- lotus miner/market - data transfer
- lotus client
- lotus JSON-RPC API
- lotus message management (mpool)
- Other
Lotus Version
Daemon: 1.14.0-rc5+butterflynet+git.40485eb88+api1.5.0
Local: lotus version 1.14.0-rc5+butterflynet+git.40485eb88
Describe the Bug
Deal/sector files stays on your sealing disk, even after upgrading and the sector has gone back to proving.
In these folders:
unsealed
update
update-cache
Even with fast retrieval on the files does not transfer to unsealed folder to you long term storage.
Logging Information
/Sealing_Path/update-cache$ ls
s-t01012-23 s-t01012-24 s-t01012-28 s-t01012-31 s-t01012-35
/Sealing_Path/update$ ls
s-t01012-23 s-t01012-24 s-t01012-28 s-t01012-31 s-t01012-35
/Sealing_Path/unsealed$ ls
fetching s-t01012-23 s-t01012-24 s-t01012-28 s-t01012-31 s-t01012-35
ID State OnChain Active Expiration Deals
23 Proving YES YES 1602959 (in 1 year 24 weeks) 1
24 Proving YES YES 1602959 (in 1 year 24 weeks) 1
28 Proving YES YES 1602959 (in 1 year 24 weeks) 1
31 Proving YES YES 1602959 (in 1 year 24 weeks) 1
35 Proving YES YES 1602959 (in 1 year 24 weeks) 1
Repo Steps
lotus-miner sectors snap-up sectornumb- Let it seal
- Files stays in sealing path
Expected behavior: deal/sector files moves to long term storage.