mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-26 08:36:43 +00:00
7c68758761
Completion codes 201 and 202 mean the chunk asked for was too big, and the check for them sat after a call that raises, so a bmc that cannot serve 224 bytes at once failed the fru read rather than being asked for less. The retry could not terminate either: chunksize // 2 + 2 is 4 for a chunksize of 4, so the chunksize == 3 guard was unreachable and a bmc that kept refusing would have been asked for 4 bytes for ever.