2
0
mirror of https://opendev.org/x/pyghmi synced 2026-05-16 19:34:21 +00:00

Merge "Fix raid drive parameter"

This commit is contained in:
Zuul
2021-08-31 12:01:31 +00:00
committed by Gerrit Code Review
+1 -3
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):