Project

General

Profile

Bug #46425

Unhandled exception from module 'dashboard' while running on mgr.xxxx: IOError

Added by Rams C over 3 years ago. Updated almost 2 years ago.

Status:
Won't Fix - EOL
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

After we upgraded ceph version from 12.2.7 to 12.2.11 dashboard start
reporting issues

2019-04-15 10:46:37.332514 [ERR] Unhandled exception from module
'dashboard' while running on mgr.xxxxx-a1: IOError("Port 43795 not free
on 'xxx.xxx.xxx.xx'",)
2019-04-15 10:41:37.078304 [ERR] Unhandled exception from module
'dashboard' while running on mgr.xxxxx-a1: IOError("Port 43795 not free
on 'xxx.xxx.xxx.xx'",)
2019-04-15 10:36:36.574722 [ERR] Unhandled exception from module
'dashboard' while running on mgr.xxxxx-a1: IOError("Port 43795 not free
on 'xxx.xxx.xxx.xx'",)
2019-04-15 10:33:39.587100 [ERR] Unhandled exception from module
'dashboard' while running on mgr.xxxxx-a1: IOError("Port 43795 not free
on 'xxx.xxx.xxx.xx'",)

While checking the logs shows the following

========

2019-04-15 10:44:57.754542 7f99ea8a2700 1 mgr send_beacon standby
2019-04-15 10:44:59.754948 7f99ea8a2700 1 mgr send_beacon standby
2019-04-15 10:45:01.755320 7f99ea8a2700 1 mgr send_beacon standby
2019-04-15 10:45:01.800317 7f99ea0a1700 -1 received signal: Terminated
from PID: 1 task name: /usr/lib/systemd/systemd --system --deserialize
21 UID: 0
2019-04-15 10:45:01.800332 7f99ea0a1700 -1 mgr handle_signal * Got
signal Terminated *

2019-04-15 10:46:31.937324 7fe6c5af37c0 0 set uid:gid to 167:167
(ceph:ceph)
2019-04-15 10:46:31.937340 7fe6c5af37c0 0 ceph version 12.2.11
(26dc3775efc7bb286a1d6d66faee0ba30ea23eee) luminous (stable), process
ceph-mgr, pid 1366334
2019-04-15 10:46:31.937717 7fe6c5af37c0 0 pidfile_write: ignore empty
--pid-file
2019-04-15 10:46:31.967287 7fe6c5af37c0 1 mgr send_beacon standby
2019-04-15 10:46:31.977735 7fe6bcc62700 1 mgr init Loading python
module 'dashboard'
2019-04-15 10:46:32.094982 7fe6bcc62700 1 mgr init Loading python
module 'restful'
2019-04-15 10:46:32.267235 7fe6bcc62700 1 mgr init Loading python
module 'status'
2019-04-15 10:46:32.296668 7fe6bcc62700 1 mgr load Constructed class
from module: dashboard
2019-04-15 10:46:33.967673 7fe6b9c5c700 1 mgr send_beacon standby
2019-04-15 10:46:35.968093 7fe6b9c5c700 1 mgr send_beacon standby
2019-04-15 10:46:37.332497 7fe6a112e700 -1 log_channel(cluster) log
[ERR] : Unhandled exception from module 'dashboard' while running on
mgr.ceph-ash-mon-a1: IOError("Port 43795 not free on 'xxx.xxx.xxx.xx'",)
2019-04-15 10:46:37.332517 7fe6a112e700 -1 dashboard.serve:
2019-04-15 10:46:37.332522 7fe6a112e700 -1 Traceback (most recent call
last):
File "/usr/lib64/ceph/mgr/dashboard/module.py", line 112, in serve
cherrypy.engine.start()
File "/usr/lib/python2.7/site-packages/cherrypy/process/wspbus.py",
line 250, in start
raise e_info
ChannelFailures: IOError("Port 43795 not free on 'xxx.xxx.xxx.xx'",)

2019-04-15 10:46:37.968522 7fe6b9c5c700 1 mgr send_beacon standby
2019-04-15 10:46:39.968878 7fe6b9c5c700 1 mgr send_beacon standby
2019-04-15 10:46:41.969271 7fe6b9c5c700 1 mgr send_beacon standby
2019-04-15 10:46:43.969677 7fe6b9c5c700 1 mgr send_beacon standby
2019-04-15 10:46:45.970064 7fe6b9c5c700 1 mgr send_beacon standby

========

History

#1 Updated by Rams C over 3 years ago

Any help?

#2 Updated by Greg Farnum almost 3 years ago

  • Tracker changed from Support to Bug
  • Project changed from Ceph to Dashboard
  • Regression set to No
  • Severity set to 3 - minor

#3 Updated by Ernesto Puerta almost 2 years ago

  • Status changed from New to Won't Fix - EOL

Luminous Dashboard (v1) is different to Nautilus one (v2). Additionally, several fixes have improved ceph-mgr stability. The recommendation is to upgrade to a supported release of Ceph (v15 or v16).

Also available in: Atom PDF