mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Increase IPMI attempts to try to get around Flakey IPMI.
Signed-off-by: Sandon Van Ness <sandon@inktank.com> Reviewed-by: Sam Lang <sam.lang@inktank.com>
This commit is contained in:
parent
86ad464f3c
commit
98cc648ca2
@ -127,7 +127,7 @@ class RemoteConsole(object):
|
||||
if r != 0:
|
||||
self._exec('sol deactivate')
|
||||
|
||||
def _wait_for_login(self, timeout=None, attempts=3):
|
||||
def _wait_for_login(self, timeout=None, attempts=6):
|
||||
log.debug('Waiting for login prompt on {s}'.format(s=self.shortname))
|
||||
# wait for login prompt to indicate boot completed
|
||||
t = timeout
|
||||
|
Loading…
Reference in New Issue
Block a user