How to delete sector task and retry do it #7764
-
Please provide all the information requested here to help us troubleshoot "commit failed" issues. .sealing is stop. A brief description of the problem you encountered while proving (sealing) a sector. as lotus-worker node's disk is not enough, i delete /var/tmp/filecoin-proof-parameters and take other's matchine's filecoin-proof-parameters to mount /var/tmp/filecoin-proof-parameters, so the hard disk has been increased 100Gb, but sectors Compute ProofFailed,i wanna know how to delete this sectorts tasks and retry do it Including what commands you ran, and a description of your setup, is very helpful. The output of The output of {"level":"info","ts":"2020-07-13T10:27:31.009+0800","logger":"sectors","caller":"storage-fsm/states_sealing.go:253","msg":"scheduling seal proof computation..."} Please go through the logs of your storage miner, and include screenshots of any error-like messages you find. lotus-storage-miner version 0.4.1+git.ee7bdf38 The output of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I, too, don't know the correct way to handle it but I just remove related files and set Unsealed state on the sector. |
Beta Was this translation helpful? Give feedback.
-
The solution to this is
This issue is outdated, and solved in newer versions of Lotus. |
Beta Was this translation helpful? Give feedback.
The solution to this is
Run:
lotus-miner sealing jobs
lotus-miner sealing abort <ID>
lotus-miner sectors remove --really-do-it <sectornumber>
lotus-miner sectors terminate --really-do-it <sectornumber>
This issue is outdated, and solved in newer versions of Lotus.