-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage-deal maximum piece size set to 1MiB upon miner restart #4458
Comments
1MB?!! |
got the same problem: 2020-10-18T21:04:09.830-0700 WARN providerstates providerstates/provider_states.go:501 deal bafyreicoyg64r4od6vw6boxzvvmz66v2vfza6n35awu6i4uo5uloso2wuu failed: deal rejected: piece size more than maximum allowed size: 134217728 > 1048576 |
Use the command:lotus-miner storage-deals set-ask --price=0.0000000005FIL --verified-price=0.00000000005FIL --min-piece-size=256B --max-piece-size=32GiB ,Can solve your problem |
Manually setting the prices does not fix the problem - the problem is that when you restart the miner the maximum prices changes to 1MiB. |
Same issue as reported here: 4440 |
@stuberman Did #4480 fix this issue? |
Yes! Works great now |
Describe the bug
Since v0.10.2 when the lotus-miner restarts the maximum storage-deal piece size is set to 1MiB
To Reproduce
Expected behavior
Expect former state (--max-piece-size 32GiB) to remain intact and not change to 1MiB
Screenshots
lotus-miner storage-deals get-ask
Price per GiB/Epoch Verified Min. Piece Size (padded) Max. Piece Size (padded) Expiry (Epoch) Expiry (Appx. Rem. Time) Seq. No.
0.000000002 FIL 0.0000000005 FIL 100 KiB 1 MiB 241345 710h55m0s 37
Version (run
lotus version
):Daemon: 0.10.2+git.8bb84acb+api0.15.0
Local: lotus-miner version 0.10.2+git.8bb84acb
Additional context
Only appeared from v0.10.2 - after deal duration option was removed
The text was updated successfully, but these errors were encountered: