mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
Ceph is a distributed object, block, and file storage platform
Only do a simple_sync() if we are stable, auth, and not already sync. The client request can race with other state changes, so be careful. The client will also retry on any state change, so we can safely ignore if things don't look quite right. This fxes crash: mds/Locker.cc: In function 'bool Locker::simple_sync(SimpleLock*, bool*)': mds/Locker.cc:2592: FAILED assert(0) 1: (Locker::handle_file_lock(ScatterLock*, MLock*)+0x2a8) [0x57d328] 2: (MDS::_dispatch(Message*)+0x2165) [0x4a11d5] 3: (MDS::ms_dispatch(Message*)+0x6d) [0x4a169d] 4: (SimpleMessenger::dispatch_entry()+0x733) [0x47c903] 5: (SimpleMessenger::DispatchThread::entry()+0x1c) [0x474bac] 6: (Thread::_entry_func(void*)+0xa) [0x48748a] 7: /lib/libpthread.so.0 [0x7f8af92ff73a] 8: (clone()+0x6d) [0x7f8af852569d] |
||
---|---|---|
debian | ||
fusetrace | ||
man | ||
qa | ||
src | ||
web | ||
wireshark | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
builddebs.sh | ||
ceph.spec.in | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
publish.sh | ||
pull.sh | ||
push.sh | ||
README | ||
RELEASE_CHECKLIST | ||
release.sh | ||
sign.sh |
Ceph - a scalable distributed file system ----------------------------------------- Please see http://ceph.newdream.net/ for current info. ---- To build the server daemons, and FUSE client, $ ./autogen.sh $ ./configure $ make or $ cd src $ 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: cmon -- monitor daemon. handles cluster state and configuration information. cosd -- storage daemon. stores objects on a given block device. cmds -- metadata daemon. handles file system namespace. ceph -- send management commands to the monitor cluster. userland clients: cfuse -- fuse client. csyn -- synthetic workload generator client. tools: 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