renterd icon indicating copy to clipboard operation
renterd copied to clipboard

Unable to prune deleted files

Open CtrlAltDefeat94 opened this issue 1 year ago • 2 comments

Current Behavior

I've enabled Prune Sector Roots after deleting a bunch of files. But after weeks, the sectors still aren't deleted.

Every now and then I keep getting alerts that pruning failed, and the logs are full with the same error.

The alert:

timestamp06-02-2024 15:04:34
failed to prune contract fcid:5719ae71088e0fcfe6fd266ae88f73c5ab09d395de546e74f04c1e87263d02ca; couldn't verify contract roots proof, host ed25519:09a5972a8fe871f765a52729fab15a78a2e0a7d85a8b614de3f4295f2a87292b, version 1.6.0; host supplied invalid Merkle proof
originautopilot.autopilot
host key
ed25519:09a5...
contract ID
5719ae71088e...
hostVersion1.6.0

Full error from the logs: contract fcid:5719ae71088e0fcfe6fd266ae88f73c5ab09d395de546e74f04c1e87263d02ca, host ed25519:09a5972a8fe871f765a52729fab15a78a2e0a7d85a8b614de3f4295f2a87292b version 1.6.0, err: failed to prune contract fcid:5719ae71088e0fcfe6fd266ae88f73c5ab09d395de546e74f04c1e87263d02ca; couldn't verify contract roots proof, host ed25519:09a5972a8fe871f765a52729fab15a78a2e0a7d85a8b614de3f4295f2a87292b, version 1.6.0; host supplied invalid Merkle proof

Expected Behavior

.

Steps to Reproduce

No response

Version

#1469b66

What operating system did the problem occur on (e.g. Ubuntu 22.04, macOS 12.0, Windows 11)?

Debian Docker

Autopilot Config

{ "contracts": { "set": "autopilot", "amount": 50, "allowance": "135793206078600000000000000000", "period": 6048, "renewWindow": 2016, "download": 196000000000, "upload": 994000000000, "storage": 10000000000000, "prune": true }, "hosts": { "allowRedundantIPs": true, "maxDowntimeHours": 1440, "minRecentScanFailures": 10, "scoreOverrides": null } }

Bus Config

{ "default": "autopilot" } { "hostBlockHeightLeeway": 6, "maxContractPrice": "1000000000000000000000000", "maxDownloadPrice": "5805101409000000000000000000", "maxRPCPrice": "1000000000000000000000", "maxStoragePrice": "694444444444", "maxUploadPrice": "2902550705000000000000000000", "migrationSurchargeMultiplier": 10, "minAccountExpiry": 86400000000000, "minMaxCollateral": "10000000000000000000000000", "minMaxEphemeralAccountBalance": "1000000000000000000000000", "minPriceTableValidity": 60000000000 } { "minShards": 4, "totalShards": 12 } { "enabled": true }

Contract Set Contracts

23

Anything else?

No response

CtrlAltDefeat94 avatar Feb 06 '24 14:02 CtrlAltDefeat94