You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bmc provider for ipmitool needs to query the ipmitool to verify that the channel is enabled.
Currently in the exists? method there is a bug where if the channel is disabled the channel could never be enabled unless one of the network properties changed.
We just need to figure out how to query ipmi to find out if the channel is enabled.
def channel_enabled?
# TODO implement how to look up this info
true
end
The text was updated successfully, but these errors were encountered:
The bmc provider for ipmitool needs to query the ipmitool to verify that the channel is enabled.
Currently in the exists? method there is a bug where if the channel is disabled the channel could never be enabled unless one of the network properties changed.
We just need to figure out how to query ipmi to find out if the channel is enabled.
def channel_enabled?
# TODO implement how to look up this info
true
end
The text was updated successfully, but these errors were encountered: