Bug #36759
dashboard: Enabling/disabling dashboard module is not logged properly
% 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
On Nautilus 14.0.1 single-node cluster, when I enable and/or disable the dashboard module, my expectation is that this action would be logged in /var/log/ceph/ceph-mgr*log. But this is not the case:
/var/log/ceph # ceph mgr module disable dashboard target192168000045:/var/log/ceph # grep dashboard ceph-mgr.target192168000045.log | tail -n3 2018-11-10 22:50:03.622 7f323f19b800 1 mgr[py] Loading python module 'dashboard' 2018-11-10 22:50:06.390 7f321bb34700 1 mgr load Constructed class from module: dashboard 2018-11-10 22:51:08.453 7fe6d8916800 1 mgr[py] Loading python module 'dashboard' /var/log/ceph # ceph mgr module enable dashboard /var/log/ceph # grep dashboard ceph-mgr.target192168000045.log | tail -n3 2018-11-10 22:50:06.390 7f321bb34700 1 mgr load Constructed class from module: dashboard 2018-11-10 22:51:08.453 7fe6d8916800 1 mgr[py] Loading python module 'dashboard' 2018-11-10 22:51:55.603 7fb75da64800 1 mgr[py] Loading python module 'dashboard'
Possibly related: enabling the dashboard does not cause anything to appear in "ceph mgr services":
/var/log/ceph # ceph mgr services {}
History
#1 Updated by Lenz Grimmer over 4 years ago
- Assignee deleted (
Lenz Grimmer)
#2 Updated by Ernesto Puerta almost 3 years ago
- Status changed from New to In Progress
- Assignee set to Ernesto Puerta
#3 Updated by Ernesto Puerta over 2 years ago
- Project changed from mgr to Dashboard
- Category changed from 132 to General