PC1 always fails, reporting insufficient space on an empty 1TB nvme drive #5626
Replies: 1 comment 5 replies
-
It seems like your two sectors are stuck before they can complete.
Based on the sector log it looks like PC2 failed and left you two stuck sectors. The rust panic is troubling. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get out of space errors even if there should be no reason to:
My setup is as follows:
I am on the latest lotus version (1.4.2) running on debian with this hardware config
80Gb ram (I know, its not 128 yet, will be when the other 64 kit arrives next week)
1TB pci3.0 nvme OS drive (this one holds the os, the lotus full chain, the proofs and the swap)
1TB pci4.0 nvme seal drive (this one is completely dedicated to sealing)
A (for now) 5drive software md raid5 array of around 15TB
Ryzen 2700X
RTX 2080
lotus compiled and installed as instructed in the docs. lotus daemon and miner running as user "fil". configs stored in default places ~/.lotus etc
Please bear in mind that initially, ie at the moment i issue the command
lotus-miner sectors pledge
the sealing drive is EMPTY. the output below is how it looks like after about 4hours when PC1 finishes and errors are thrown in the logpartitions setup and mount points
lotus storage setup
full sector log:
lotus-miner log
Please help me understand what am i doing wrong and how much space sealing one sector actually needs, thank you
Beta Was this translation helpful? Give feedback.
All reactions