filecoin-sealer-recover
filecoin-sealer-recover copied to clipboard
Filecoin sector recover
I encounter this issue: $ sealer-recover export --miner=f01178141 8684 2022-03-04T11:32:14.749+0800 ERROR export export/export.go:76 Getting sector (8684) precommit info error: Getting sector PreCommit info err:%!(EXTRA *jsonrpc.respError=(get sset) failed to load miner...
It was easy and convenient to work in the old command format. Why was it necessary to split the sector recovery into two operations (data export and recovery itself)?
The following error occurs on some recovered sectors: > 2021-12-25T12:02:35.621 INFO storage_proofs_core::data > dropping data /media/sn750/recover-57853956948449/sealed/s-t01222595-5785 > 2021-12-25T12:02:38.745 INFO filecoin_proofs::api::seal > seal_pre_commit_phase2:finish > 2021-12-25T12:02:38.745 INFO filcrypto::proofs::api > seal_pre_commit_phase2: finish >...
您好, 我测试了一下,恢复失败率大概在1%左右 请问恢复失败原因是什么?为什么cid会不一样?
If the sector is restored successfully, the miner will be notified to declare the sector as soon as possible, then the failure time of this sector can be used. Need...
早期的封装类型和后来的封装类型不一致,一个是3一个是8,为8时恢复正常,但只要是为3的扇区恢复出来的结果就不对,应该过不了时空证明,请问下这个除了将lotus退回到很久以前的版本外,有没有办法直接在现有v1.13的基础上解决呢?
老的扇区在导出json的时候,读取不到precommit内容啊 023-07-06T12:54:01.493+0800 ERROR export export/export.go:92 Getting sector (7146) precommit info error: Getting sector PreCommit info err:%!(EXTRA *jsonrpc.respError=(get sset) failed to load miner actor: load state tree: failed to load state...