mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
Ceph is a distributed object, block, and file storage platform
91b119a064
Also drop activate_pg() helper while we're at it, so it's clear that we are the only user. recursive lock of OSD::map_lock (33) ceph version 0.42-146-g7ad35ce (commit:7ad35ce489cc5f9169eb838e1196fa2ca4d6e985) 2012-02-24 12:30:16.541416 1: (PG::lock(bool)+0x2a) [0xa09348] 2012-02-24 12:30:16.541424 2: (OSD::_lookup_lock_pg(pg_t)+0xbd) [0x84b8df] 2012-02-24 12:30:16.541431 3: (OSD::activate_pg(pg_t, utime_t)+0x9f) [0x87463b] 2012-02-24 12:30:16.541442 4: (OSD::check_replay_queue()+0x12f) [0x87452d] 2012-02-24 12:30:16.541450 5: (OSD::tick()+0x23c) [0x8535ea] 2012-02-24 12:30:16.541456 6: (OSD::C_Tick::finish(int)+0x1f) [0x881671] 2012-02-24 12:30:16.541462 7: (SafeTimer::timer_thread()+0x2d5) [0x8f8211] 2012-02-24 12:30:16.541468 8: (SafeTimerThread::entry()+0x1c) [0x8f923c] 2012-02-24 12:30:16.541475 9: (Thread::_entry_func(void*)+0x23) [0x9c8109] 2012-02-24 12:30:16.541485 10: (()+0x68ba) [0x7f9dbed838ba] 2012-02-24 12:30:16.541491 11: (clone()+0x6d) [0x7f9dbd66f02d] 2012-02-24 12:30:16.541495 common/lockdep.cc: In function 'int lockdep_will_lock(const char*, int)' thread 7f9db9d98700 time 2012-02-24 12:30:16.541504 Signed-off-by: Sage Weil <sage.weil@dreamhost.com> Reviewed-by: Sam Just <samuel.just@dreamhost.com> |
||
---|---|---|
admin | ||
ceph-object-corpus@b2639b83db | ||
debian | ||
doc | ||
fusetrace | ||
keys | ||
m4 | ||
man | ||
qa | ||
src | ||
udev | ||
wireshark | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
ceph.spec.in | ||
ChangeLog | ||
CodingStyle | ||
configure.ac | ||
COPYING | ||
COPYING-LGPL2.1 | ||
do_autogen.sh | ||
Doxyfile | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
RELEASE_CHECKLIST | ||
SubmittingPatches |
Ceph - a scalable distributed storage system ----------------------------------------- Please see http://ceph.newdream.net/ for current info. ---- To build the server daemons, and FUSE client, $ ./autogen.sh $ ./configure $ make (Note that the FUSE client will only be built if libfuse is present.) ---- A quick summary of binaries that will be built in src/ daemons: ceph-mon -- monitor daemon. handles cluster state and configuration information. ceph-osd -- storage daemon. stores objects on a given block device. ceph-mds -- metadata daemon. handles file system namespace. ceph-fuse -- fuse client. tools: ceph -- send management commands to the monitor cluster. rados -- interact with the object store rbd -- manipulate rados block device images monmaptool -- create/edit mon map osdmaptool -- create/edit osd map crushtool -- create/edit crush map scripts: mkcephfs -- cluster mkfs tool init-ceph -- init.d start/stop script