Enable ceph dashboard module

Bug #1945106 reported by OpenInfra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
StarlingX
New
Low
Unassigned

Bug Description

I was trying to enable ceph dashboard.

Following error noticed when check for available modules.

{
            "name": "dashboard",
            "can_run": false,
            "error_string": "Frontend assets not found: incomplete build?"
        }

Enabling of the same module ended up with following error.

$ ceph mgr module enable dashboard
Error ENOENT: module 'dashboard' reports that it cannot run on the active manager daemon: Frontend assets not found: incomplete build? (pass --force to force enablement)

Tags: stx.storage
OpenInfra (openinfra)
tags: added: stx.storage
Revision history for this message
OpenInfra (openinfra) wrote :

Managed to enable using --force

controller-0:~$ sudo ceph mgr module ls
{
    "enabled_modules": [
        "dashboard",
        "prometheus",
        "restful"
    ],
    "disabled_modules": [
        {
            "name": "balancer",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "hello",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "iostat",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "localpool",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "selftest",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "smart",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "status",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "telegraf",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "telemetry",
            "can_run": true,
            "error_string": ""
        },
        {
            "name": "zabbix",
            "can_run": true,
            "error_string": ""
        }
    ]
}

Revision history for this message
Ghada Khalil (gkhalil) wrote :

screening: marking as low priority as this is experimenting with a ceph component which is not enabled on StarlingX by default; will leave it to the sub-project team to investigate

Changed in starlingx:
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.