mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
Merge PR #43880 into master
* refs/pull/43880/head: mgr/cephadm: turn off asyncssh debug output Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
This commit is contained in:
commit
1d1cd65cb9
@ -35,10 +35,8 @@ Host *
|
||||
class EventLoopThread(Thread):
|
||||
|
||||
def __init__(self) -> None:
|
||||
|
||||
self._loop = asyncio.new_event_loop()
|
||||
asyncio.set_event_loop(self._loop)
|
||||
self._loop.set_debug(True)
|
||||
|
||||
super().__init__(target=self._loop.run_forever)
|
||||
self.start()
|
||||
|
Loading…
Reference in New Issue
Block a user