Project

General

Profile

Actions

Bug #23358

closed

vstart.sh gives obscure error of dashboard dependencies missing

Added by Luis Henriques about 6 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
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

Here's the command line I'm using:

MON=1 OSD=3 MDS=3 ../src/vstart.sh -x -N -i 192.168.155.1 --multimds 2 -b

And the error:

/home/miguel/dev/ceph/ceph/build/bin/ceph -c /home/miguel/dev/ceph/ceph/build/ceph.conf -k /home/miguel/dev/ceph/ceph/build/keyring restful create-key admin -o /tmp/tmp.EiBEB4KsYf 
/home/miguel/dev/ceph/ceph/build/bin/ceph -c /home/miguel/dev/ceph/ceph/build/ceph.conf -k /home/miguel/dev/ceph/ceph/build/keyring mgr module enable dashboard_v2 
Error ENOENT: all mgr daemons do not support module 'dashboard_v2', pass --force to force enablement

If I edit vstart.sh and add a '--force', I'll get:
/home/miguel/dev/ceph/ceph/build/bin/ceph -c /home/miguel/dev/ceph/ceph/build/ceph.conf -k /home/miguel/dev/ceph/ceph/build/keyring mgr module enable dashboard_v2 --force 
/home/miguel/dev/ceph/ceph/build/bin/ceph -c /home/miguel/dev/ceph/ceph/build/ceph.conf -k /home/miguel/dev/ceph/ceph/build/keyring tell mgr dashboard set-login-credentials 
admin admin 
no valid command found; 10 closest matches:
restful list-keys
restful delete-key <key_name>
influx self-test
influx send
restful create-key <key_name>
prometheus self-test
balancer execute <plan>
balancer dump <plan>
influx config-show
influx config-set <key> <value>
Error EINVAL: invalid command

Actions

Also available in: Atom PDF