Advertisement
Guest User

Untitled

a guest
Aug 25th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. ```
  2. Aug 25 10:26:52 ceph-node-00.cephlab.com ceph-mgr[13246]: log_channel(audit) log [DBG] : from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "ceph-node-01.cephlab.com", "targ>
  3. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: 2021-08-25T10:26:52.098+0000 7ff552c46700 -1 mgr handle_command module 'orchestrator' command handler threw exception: Non-thread-safe operation invoked o>
  4. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]:
  5. Aug 25 10:26:52 ceph-node-00.cephlab.com ceph-mgr[13246]: mgr handle_command module 'orchestrator' command handler threw exception: Non-thread-safe operation invoked on an event loop other than the current one
  6. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: 2021-08-25T10:26:52.107+0000 7ff552c46700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last):
  7. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/mgr_module.py", line 1564, in _handle_command
  8. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: return self.handle_command(inbuf, cmd)
  9. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 167, in handle_command
  10. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: return dispatch[cmd['prefix']].call(self, cmd, inbuf)
  11. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/mgr_module.py", line 415, in call
  12. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: return self.func(mgr, **kwargs)
  13. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 107, in <lambda>
  14. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs) # noqa: E731
  15. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 96, in wrapper
  16. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: return func(*args, **kwargs)
  17. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 352, in _remove_host
  18. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: raise_if_exception(completion)
  19. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 224, in raise_if_exception
  20. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: raise e
  21. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]: RuntimeError: Non-thread-safe operation invoked on an event loop other than the current one
  22. Aug 25 10:26:52 ceph-node-00.cephlab.com conmon[13241]:
  23. Aug 25 10:26:52 ceph-node-00.cephlab.com ceph-mgr[13246]: mgr.server reply reply (22) Invalid argument Traceback (most recent call last):
  24. File "/usr/share/ceph/mgr/mgr_module.py", line 1564, in _handle_command
  25. return self.handle_command(inbuf, cmd)
  26. File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 167, in handle_command
  27. return dispatch[cmd['prefix']].call(self, cmd, inbuf)
  28. File "/usr/share/ceph/mgr/mgr_module.py", line 415, in call
  29. return self.func(mgr, **kwargs)
  30. File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 107, in <lambda>
  31. wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs) # noqa: E731
  32. File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 96, in wrapper
  33. return func(*args, **kwargs)
  34. File "/usr/share/ceph/mgr/orchestrator/module.py", line 352, in _remove_host
  35. raise_if_exception(completion)
  36. File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 224, in raise_if_exception
  37. raise e
  38. RuntimeError: Non-thread-safe operation invoked on an event loop other than the current one
  39. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement