]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
NewerMessenger replaced with SimpleMessenger, which is much... simpler.
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Wed, 24 Jan 2007 03:05:55 +0000 (03:05 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Wed, 24 Jan 2007 03:05:55 +0000 (03:05 +0000)
commit98b2658de13659ae84ad1c859db15b0623b56286
tree4691dac4b3ad6698311865394762bcd28e68d79f
parentf0e15675b7e22681e81405703c9f90c800141a3d
NewerMessenger replaced with SimpleMessenger, which is much... simpler.
new build targets for standalone monitor and mds: cmon and cmds.
it's now possible to start up a distributed fs without mpi and newsyn.
some cleanup in other messenger code.
client boot process modified to contact montior explicitly for client id.

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1029 29311d96-e01e-0410-9327-a35deaab8ce9
46 files changed:
trunk/ceph/Makefile
trunk/ceph/README
trunk/ceph/cfuse.cc
trunk/ceph/client/Client.cc
trunk/ceph/client/Client.h
trunk/ceph/cmds.cc [new file with mode: 0644]
trunk/ceph/cmon.cc [new file with mode: 0644]
trunk/ceph/common/Logger.cc
trunk/ceph/cosd.cc
trunk/ceph/fakesyn.cc
trunk/ceph/include/types.h
trunk/ceph/mds/AnchorTable.cc
trunk/ceph/mds/AnchorTable.h
trunk/ceph/mds/IdAllocator.cc
trunk/ceph/mds/IdAllocator.h
trunk/ceph/mds/Locker.cc
trunk/ceph/mds/MDBalancer.cc
trunk/ceph/mds/MDCache.cc
trunk/ceph/mds/MDS.cc
trunk/ceph/mds/MDS.h
trunk/ceph/mds/MDSMap.h
trunk/ceph/mds/MDStore.cc
trunk/ceph/mds/Migrator.cc
trunk/ceph/mds/Renamer.cc
trunk/ceph/mds/Server.cc
trunk/ceph/mds/Server.h
trunk/ceph/messages/MClientBoot.h [new file with mode: 0644]
trunk/ceph/messages/MClientMount.h
trunk/ceph/messages/MOSDOp.h
trunk/ceph/mon/ClientMonitor.cc [new file with mode: 0644]
trunk/ceph/mon/ClientMonitor.h [new file with mode: 0644]
trunk/ceph/mon/Elector.cc
trunk/ceph/mon/MDSMonitor.cc
trunk/ceph/mon/MDSMonitor.h
trunk/ceph/mon/Monitor.cc
trunk/ceph/mon/Monitor.h
trunk/ceph/msg/FakeMessenger.cc
trunk/ceph/msg/FakeMessenger.h
trunk/ceph/msg/Message.cc
trunk/ceph/msg/Message.h
trunk/ceph/msg/Messenger.h
trunk/ceph/msg/SimpleMessenger.cc [new file with mode: 0644]
trunk/ceph/msg/SimpleMessenger.h [new file with mode: 0644]
trunk/ceph/newsyn.cc
trunk/ceph/osd/OSD.cc
trunk/ceph/osd/PG.h