From accc24cdd48bb1e77a733cb3b667677067bfd890 Mon Sep 17 00:00:00 2001 From: luyf5 Date: Wed, 1 Sep 2021 17:08:13 +0800 Subject: [PATCH] change chunksize from 240 to 224 change is from fru.py in below gitlab commit. https://gitlab.icelab.lenovo.com/pygcon/pyghmi/commit/d09e23fea99664859bf00f3eae80d8720992d68c#dade58c051d057633b161944993db070adc93aa0 collection of M4 and Kent support - 12032015 Change-Id: Idd2197edf49f3ca3df56d21b2082db6f4dd8aa1b --- pyghmi/ipmi/fru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/fru.py b/pyghmi/ipmi/fru.py index f346d1f6..3cfa1b81 100644 --- a/pyghmi/ipmi/fru.py +++ b/pyghmi/ipmi/fru.py @@ -151,7 +151,7 @@ class FRU(object): # In our case, we don't need to think too hard about whether # the FRU is word or byte, we just process what we get back in the # payload - chunksize = 240 + chunksize = 224 # Selected as it is accomodated by most tested things # and many tested things broke after going much # bigger