Project

General

Profile

Actions

Bug #45308

closed

ceph dashboard - cephfs

Added by Ashley Merrick about 4 years ago. Updated over 1 year ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
Component - CephFS
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

Upon clicking the filesystems tab in the dashboard and clicking the FS name, the page loads with no details displayed on any of the tabs (Details/Clients/Directories) or errors shown in the browser.

Checking the MGR log I found the following:

pr 28 13:17:04 sn-m01 bash[1898]: debug 2020-04-28T13:17:04.030+0000 7f7740ea6700  0 [dashboard ERROR exception] Dashboard Exception
Apr 28 13:17:04 sn-m01 bash[1898]: Traceback (most recent call last):
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/services/exception.py", line 94, in dashboard_exception_handler
Apr 28 13:17:04 sn-m01 bash[1898]:     return handler(*args, **kwargs)
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/lib/python3.6/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
Apr 28 13:17:04 sn-m01 bash[1898]:     return self.callable(*self.args, **self.kwargs)
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/controllers/__init__.py", line 665, in inner
Apr 28 13:17:04 sn-m01 bash[1898]:     ret = func(*args, **kwargs)
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/controllers/__init__.py", line 858, in wrapper
Apr 28 13:17:04 sn-m01 bash[1898]:     return func(*vpath, **params)
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/controllers/cephfs.py", line 492, in tabs
Apr 28 13:17:04 sn-m01 bash[1898]:     data['clients'] = self._clients(fs_id)
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/controllers/cephfs.py", line 275, in _clients
Apr 28 13:17:04 sn-m01 bash[1898]:     status, clients = cephfs_clients.get()
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/tools.py", line 254, in wrapper
Apr 28 13:17:04 sn-m01 bash[1898]:     return rvc.run(fn, args, kwargs)
Apr 28 13:17:04 sn-m01 bash[1898]:   File "/usr/share/ceph/mgr/dashboard/tools.py", line 242, in run
Apr 28 13:17:04 sn-m01 bash[1898]:     raise ViewCacheNoDataException()
Apr 28 13:17:04 sn-m01 bash[1898]: dashboard.exceptions.ViewCacheNoDataException: ViewCache: unable to retrieve data
Actions

Also available in: Atom PDF