Project

General

Profile

Bug #15479

Updated by Josh Durgin about 8 years ago

ceph_test_rbd_mirror_image_replay crashed Looks like recent cephcontext init changes may have invalidated some assumptions in this run: the test script: http://qa-proxy.ceph.com/teuthology/joshd-2016-04-12_16:21:39-rbd-wip-josh-testing---basic-smithi/124336/teuthology.log 

 core 1460519971.9966.core on vpm181 for inspection. 

 <pre> 
 #6    0x00007f9c715689d5 in ceph::__ceph_assert_fail (assertion=assertion@entry=0x7f9c7160a9d8 "non_primary ^ primary_mirror_uuid.empty()", file=file@entry=0x7f9c7160a36f "librbd/Journal.cc", line=line@entry=379,  
     func=func@entry=0x7f9c7160dae0 <librbd::Journal<librbd::ImageCtx>::create(librados::IoCtx&, std::string const&, unsigned char, unsigned char, std::string const&, bool, std::string const&)::__PRETTY_FUNCTION__> "static int librbd::Journal<ImageCtxT>::create(librados::IoCtx&, const string&, uint8_t, uint8_t, const string&, bool, const string&) [with ImageCtxT = librbd::ImageCtx; std::string = std::basic_string"...) at common/assert.cc:78 2016-04-12T20:59:42.129 INFO:tasks.workunit.client.0.smithi056.stderr:+ test -S /tmp/tmp.eIBny6Uw9o/rbd-mirror-image-replay.asok 
 #7    0x00007f9c7141b9f5 in librbd::Journal<librbd::ImageCtx>::create (io_ctx=..., image_id=..., order=order@entry=24 '\030', splay_width=splay_width@entry=4 '\004', object_pool=..., non_primary=non_primary@entry=true, primary_mirror_uuid=...) at librbd/Journal.cc:379 2016-04-12T20:59:42.129 INFO:tasks.workunit.client.0.smithi056.stderr:+ + fgrep rbd mirror status rbd_mirror_local9849/rbdimagereplay9849 
 #8    0x00007f9c714076f5 in librbd::create_v2 (io_ctx=..., imgname=0x7f9c7bc03a58 "rbdimagereplay9849", bid=<optimized out>, size=134217728, order=order@entry=22, features=68, stripe_unit=4194304, stripe_count=1, journal_order=journal_order@entry=24 '\030',  
     journal_splay_width=journal_splay_width@entry=4 '\004', journal_pool=..., non_primary_global_image_id=..., primary_mirror_uuid=...) at librbd/internal.cc:1114 2016-04-12T20:59:42.129 INFO:tasks.workunit.client.0.smithi056.stderr:ceph --admin-daemon /tmp/tmp.eIBny6Uw9o/rbd-mirror-image-replay.asok help 
 #9    0x00007f9c713b3957 in rbd::mirror::image_replayer::(anonymous namespace)::C_CreateImage<librbd::ImageCtx>::finish (this=0x7f9c34002d90, r=<optimized out>) at tools/rbd_mirror/image_replayer/BootstrapRequest.cc:72 2016-04-12T20:59:42.163 INFO:tasks.workunit.client.0.smithi056.stderr:admin_socket: exception getting command descriptions: [Errno 111] Connection refused 
 #10 0x00007f9c713a6619 in Context::complete (this=0x7f9c34002d90, r=<optimized out>) at ./include/Context.h:64 
 #11 0x00007f9c7155a04e in ThreadPool::worker (this=0x7f9c7bc8b120, wt=0x7f9c7bc8f580) at common/WorkQueue.cc:128 
 #12 0x00007f9c7155af20 in ThreadPool::WorkThread::entry (this=<optimized out>) at common/WorkQueue.h:445 
 #13 0x00007f9c67050182 in start_thread (arg=0x7f9c23fff700) at pthread_create.c:312 
 #14 0x00007f9c659c147d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 2016-04-12T20:59:42.168 INFO:tasks.workunit.client.0.smithi056.stderr:+ return 1 
 </pre>

Back