Project

General

Profile

Actions

Bug #45634

closed

v15.2.1 vstart.sh:failed run crimson-osd on ARM

Added by pengfei wang almost 4 years ago. Updated 4 months ago.

Status:
Closed
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

MGR=1 MON=1 OSD=1 MDS=0 RGW=0 ../src/vstart.sh n -x --without-dashboard --memstore --crimson --nodaemon --redirect-output --osd-args "--memory 4G --debug"
ceph-mgr dashboard not built - disabling.
rm -f core*
hostname localhost
ip 90.90.26.251
port 40412
/home/ceph/build/bin/ceph-authtool --create-keyring --gen-key --name=mon. /home/ceph/build/keyring --cap mon 'allow *'
creating /home/ceph/build/keyring
/home/ceph/build/bin/ceph-authtool --gen-key --name=client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' /home/ceph/build/keyring
/home/ceph/build/bin/monmaptool --create --clobber --addv a [v2:90.90.26.251:40412,v1:90.90.26.251:40413] --print /tmp/ceph_monmap.14682
/home/ceph/build/bin/monmaptool: monmap file /tmp/ceph_monmap.14682
/home/ceph/build/bin/monmaptool: generated fsid 4f768ee5-6c79-461f-bcc7-03db65326676
epoch 0
fsid 4f768ee5-6c79-461f-bcc7-03db65326676
last_changed 2020-05-23T22:57:02.135190+0800
created 2020-05-23T22:57:02.135190+0800
min_mon_release 0 (unknown)
0: [v2:90.90.26.251:40412/0,v1:90.90.26.251:40413/0] mon.a
/home/ceph/build/bin/monmaptool: writing epoch 0 to /tmp/ceph_monmap.14682 (1 monitors)
rm -rf -
/home/ceph/build/dev/mon.a
mkdir p /home/ceph/build/dev/mon.a
/home/ceph/build/bin/ceph-mon --mkfs -c /home/ceph/build/ceph.conf -i a --monmap=/tmp/ceph_monmap.14682 --keyring=/home/ceph/build/keyring
rm -
/tmp/ceph_monmap.14682
Populating config ...

[mgr]
mgr/telemetry/enable = false
mgr/telemetry/nag = false
creating /home/ceph/build/dev/mgr.x/keyring
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -i /home/ceph/build/dev/mgr.x/keyring auth add mgr.x mon 'allow profile mgr' mds 'allow ' osd 'allow *'
added key for mgr.x
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring config set mgr mgr/prometheus/x/server_port 9283 --force
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring config set mgr mgr/restful/x/server_port 42412 --force
Starting mgr.x
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
waiting for mgr restful module to start
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
waiting for mgr restful module to start
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
waiting for mgr restful module to start
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
waiting for mgr restful module to start
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
waiting for mgr restful module to start
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
waiting for mgr restful module to start
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring -h
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring restful create-self-signed-cert
Restarting RESTful API server...
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring restful create-key admin -o /tmp/tmp.GNEdvIUuex
add osd0 39049ddb-d022-49ce-96c0-28777d85009c
/home/ceph/build/bin/ceph -c /home/ceph/build/ceph.conf -k /home/ceph/build/keyring osd new 39049ddb-d022-49ce-96c0-28777d85009c -i /home/ceph/build/dev/osd0/new.json
0
INFO 2020-05-23 22:57:14,212 [shard 0] objclass - <cls> /home/ceph/src/cls/log/cls_log.cc:301: Loaded log class!
INFO 2020-05-23 22:57:14,213 [shard 0] objclass - <cls> /home/ceph/src/cls/cas/cls_cas.cc:237: Loaded cas class!
INFO 2020-05-23 22:57:14,213 [shard 0] objclass - <cls> /home/ceph/src/cls/version/cls_version.cc:214: Loaded version class!
INFO 2020-05-23 22:57:14,213 [shard 0] objclass - <cls> /home/ceph/src/cls/user/cls_user.cc:429: Loaded user class!
INFO 2020-05-23 22:57:14,214 [shard 0] objclass - <cls> /home/ceph/src/cls/timeindex/cls_timeindex.cc:242: Loaded timeindex class!
WARN 2020-05-23 22:57:14,214 [shard 0] objclass - <cls> /home/ceph/src/cls/sdk/cls_sdk.cc:120: loading cls_sdk
WARN 2020-05-23 22:57:14,215 [shard 0] objclass - <cls> /home/ceph/src/cls/hello/cls_hello.cc:312: loading cls_hello
WARN 2020-05-23 22:57:14,215 [shard 0] objclass - <cls> /home/ceph/src/cls/cephfs/cls_cephfs.cc:198: loading cephfs
WARN 2020-05-23 22:57:14,216 [shard 0] osd - _load_class could not open class /home/ceph/build/lib/libcls_queue.so (dlopen failed): /home/ceph/build/lib/libcls_queue.so: undefined symbol: _Z18cls_cxx_write_zeroPvii
WARN 2020-05-23 22:57:14,216 [shard 0] osd - OSD warning: got an error loading one or more classes: (5) Input/output error
INFO 2020-05-23 22:57:14,295 [shard 0] osd - operator() writing superblock cluster_fsid cff9620e-eada-44fc-9d7b-9297fc0812dd osd_fsid 39049ddb-d022-49ce-96c0-28777d85009c
DEBUG 2020-05-23 22:57:14,295 [shard 0] filestore - _write meta #-1:7b3f43c4:::osd_superblock:0# 0 ~ 523
created object store /home/ceph/build/dev/osd0 for osd.0 fsid cff9620e-eada-44fc-9d7b-9297fc0812dd
INFO 2020-05-23 22:57:14,329 [shard 0] osd - stop
start osd.0
OSDs started
vstart cluster complete. Use stop.sh to stop. See out/
(e.g. 'tail -f out/????') for debug output.

restful urls: https://90.90.26.251:42412
w/ user/pass: admin / 0c8e6eae-f879-4bb2-947b-6f5b33704c97

export PYTHONPATH=/home/ceph/src/pybind:/home/ceph/build/lib/cython_modules/lib.3:/home/ceph/src/python-common:$PYTHONPATH
export LD_LIBRARY_PATH=/home/ceph/build/lib:$LD_LIBRARY_PATH
alias cephfs-shell=/home/ceph/src/tools/cephfs/cephfs-shell
CEPH_DEV=1


Files

osd.0.stdout (128 KB) osd.0.stdout pengfei wang, 05/21/2020 03:08 AM

Related issues 1 (0 open1 closed)

Related to crimson - Subtask #45535: crimson: crimson-osd failure in ceph-containerClosed

Actions
Actions

Also available in: Atom PDF