mirror of
https://github.com/ceph/ceph
synced 2024-12-16 00:15:35 +00:00
Reconnect after running chef task.
Just a simple change to reconnect to SSH after running ceph-qa-chef to get around things like ulimit changes. Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This commit is contained in:
parent
00c2ac5b2c
commit
74b344e980
@ -1,6 +1,7 @@
|
||||
import logging
|
||||
|
||||
from ..orchestra import run
|
||||
from .. import misc
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
@ -25,3 +26,7 @@ def task(ctx, config):
|
||||
wait=False,
|
||||
)
|
||||
)
|
||||
|
||||
log.info('Reconnecting after ceph-qa-chef run')
|
||||
misc.reconnect(ctx, 10) #Reconnect for ulimit and other ceph-qa-chef changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user