2
0
mirror of https://opendev.org/x/pyghmi synced 2025-02-05 05:22:43 +00:00

Add SMM virtual reseat

Change-Id: I6b9badd2e3e1e13cdf7918cc17b7a715a58a45d8
This commit is contained in:
Jarrod Johnson 2022-05-06 09:36:09 -04:00
parent a6779e93e1
commit 2a5f9fb7ac

View File

@ -688,6 +688,9 @@ class SMMClient(object):
def reseat_bay(self, bay):
bay = int(bay)
if bay == -1:
self.ipmicmd.xraw_command(0x32, 0xf5)
return
if bay % 2 == 0:
# even node may be unable to reseat based on shared io
try: