2
0
mirror of https://opendev.org/x/pyghmi synced 2026-01-12 03:02:33 +00:00

Fix raid drive parameter

https: //gitlab.icelab.lenovo.com/pygcon/pyghmi/commit/f107bd2795159aef13d4024c17f15179935f4263 (64105) Fix raid drive parameter
Change-Id: Iabe4eff03251a2c2540e9523a4cb1310bb5440b6
This commit is contained in:
luyf5
2021-08-31 16:42:25 +08:00
parent 30ab021853
commit 61613f08fb

View File

@@ -47,9 +47,7 @@ drive_fields = (
0x00: "active",
0x01: "stopped",
0xff: "transitioning"
}),
# There seems to be an undocumented byte at the end
inventory.EntryField("Reserved", "B", include=False))
}))
def parse_drive_info(raw):