Enable ceph dashboard module
Bug #1945106 reported by
OpenInfra
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",
}
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: | added: stx.storage |
To post a comment you must log in.

Managed to enable using --force
controller-0:~$ sudo ceph mgr module ls modules" : [
"dashboard" ,
"prometheus" , modules" : [
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
"can_ run": true,
"error_ string" : ""
{
"enabled_
"restful"
],
"disabled_
{
"name": "balancer",
},
{
"name": "hello",
},
{
"name": "iostat",
},
{
"name": "localpool",
},
{
"name": "selftest",
},
{
"name": "smart",
},
{
"name": "status",
},
{
"name": "telegraf",
},
{
"name": "telemetry",
},
{
"name": "zabbix",
}
]
}