update HRO clould configs after replacing the failing node by jehadbaeth · Pull Request #576 · gridsync/gridsync

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this.

A few comments based on previous observations:

"shares-happy": "3",

This means that shares must be placed on all three servers in order for uploads to succeed. Is this what you really want? Consider lowering this to "2" in order to allow uploads to succeed if one server is offline/unavailable (which might be wise considering this server has already been re-provisioned once).

"storage-server-FURL": "pb://35uweljc5o6tq2pbbwbbabvfpwqphicc@tcp:104.144.74.50:8898/5qspucvk47jd2653hlwuqjze6dgwqvvf",

Is there a reason why this fURL (and not the others) points to an IP address rather than a hostname? To make it easier to move if needed, maybe this one should use a hostname too. What do you think?