Implement RS recovery, although it won't really be used now...

...since it only relies on block service flags, and we don't
set them right now.
This commit is contained in:
Francesco Mazzoli
2023-06-02 10:32:51 +00:00
parent efb92be31a
commit cd86e632e2
18 changed files with 373 additions and 169 deletions
+1 -1
View File
@@ -209,8 +209,8 @@ struct BlockServiceCache {
AES128Key secretKey;
std::array<uint8_t, 16> failureDomain;
std::array<uint8_t, 4> ip1;
uint16_t port1;
std::array<uint8_t, 4> ip2;
uint16_t port1;
uint16_t port2;
uint8_t storageClass;
};