renterd
renterd copied to clipboard
A renter for Sia
### Description As example: minio uses AWS IAM-like policies to restrict access (https://min.io/docs/minio/linux/administration/identity-access-management/policy-based-access-control.html), but I think solution like storj or b2 where you just select buckets when creating keys will...
### Current Behavior During scrolling through the log files of my renterd I found a lot of entries (about 500 a day) with the following message: `failed to apply the...
### Current Behavior I run renterd in kubernetes environment, I scaled down workers and decided to restart autopilot. workers 3 and 4 were not available ``` Using RENTERD_BUS_REMOTE_ADDR environment variable...
### Description The following scenario came to my mind: I want to start `renterd` after a shutdown, but I want to change the config first (for instance, to reduce the...
It would be nice to be able to hook the autopilot up to a third party service that provides an automatically updated list of good/bad hosts from a trusted source....
This file is growing quite large and can be broken up into logical pieces. It takes quite a long time to run partially due to setting up and tearing down...
This PR proposes a series of small changes in an attempt to fix (or improve) the drift we see in production. I have not been able to reproduce (meaningful) negative...
After https://github.com/SiaFoundation/renterd/pull/1440 we should have everything we need in place to add the contract pruning PR to the bus. This should make the locking of the contract more robust since...