2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-17 13:13:18 +00:00

Revert last portion of attempt at console auto-health

For now, it's causing more problems than it solved.  Back out until
a more appropriate time to investigate.
This commit is contained in:
Jarrod Johnson 2016-05-25 13:09:10 -04:00
parent 20abffdbee
commit f85ee82df3
2 changed files with 0 additions and 11 deletions

View File

@ -306,8 +306,6 @@ class ConsoleHandler(object):
self.reconnect = None
self.connectstate = 'connecting'
eventlet.spawn(self._connect)
else:
self._console.ping()

View File

@ -261,15 +261,6 @@ class IpmiConsole(conapi.Console):
def send_break(self):
self.solconnection.send_break()
def ping(self):
if not self.solconnection:
return False
rsp = self.solconnection.ipmi_session.raw_command(netfn=6,
command=0x4b,
data=(1, 1))
self.solconnection._got_payload_instance_info(rsp)
return True
def perform_requests(operator, nodes, element, cfg, inputdata):
cryptit = cfg.decrypt