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:
parent
a6779e93e1
commit
2a5f9fb7ac
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user