Project

General

Profile

Actions

Bug #24648

open

'ceph mgr enable/disable <module>' interrupts all other modules

Added by Ernesto Puerta almost 6 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
ceph-mgr
Target version:
-
% Done:

0%

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

Description

Adding or removing Ceph Mgr Modules interrupts all other modules. While this might have minimal impact with background/long-running modules, for user-facing ones like Ceph Dashboard, it results, for example, in the users becoming logged out.

Steps (v13.0.0-v14.y.z):
- Log to Ceph Dashboard
- Enable new module: ceph mgr module enable hello
- All users logged/working on the Ceph dashboard will be automatically logged out.

Log traces confirm that on enable/disable, the ceph-mgr process is respawned and hence all Python modules are reloaded. This seems to come from the Active/Standby Mgr logic, so the question would be whether a change in the MgrMap for module enabling/disabling should trigger this logic (or what kind of issue this behaviour is trying to deal with).


Related issues 3 (1 open2 closed)

Related to Dashboard - Feature #36237: mgr/dashboard: Add support for managing Ceph Mgr modulesResolved

Actions
Related to Dashboard - Feature #24651: mgr/dashboard: Improve SSL certificate import to no longer require a Mgr restartRejectedSebastian Wagner

Actions
Related to mgr - Bug #44982: mgr: enabling a module is not instantaneousNew

Actions
Actions

Also available in: Atom PDF