]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
merge branches/riccardo/monitor1 changes into trunk (pg log storage fix, monitorstore...
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 26 Feb 2007 00:17:32 +0000 (00:17 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 26 Feb 2007 00:17:32 +0000 (00:17 +0000)
commitedcf4c0d73a35d80c457b29533fa54becab5a168
treedec8de2da299fbe1e6b0956a5cfffd963362ca1e
parenta32d6d32c1a92d3bc45399e235a7e80edd551fdd
merge branches/riccardo/monitor1 changes into trunk (pg log storage fix, monitorstore, simplemssenger fixes, fakestore rewrite, and the latest monitor stuff)

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1130 29311d96-e01e-0410-9327-a35deaab8ce9
32 files changed:
trunk/ceph/Makefile
trunk/ceph/client/Client.cc
trunk/ceph/client/Client.h
trunk/ceph/config.cc
trunk/ceph/config.h
trunk/ceph/include/object.h
trunk/ceph/messages/MMonPaxos.h [new file with mode: 0644]
trunk/ceph/mon/Elector.cc
trunk/ceph/mon/Elector.h
trunk/ceph/mon/MDSMonitor.cc
trunk/ceph/mon/MDSMonitor.h
trunk/ceph/mon/Monitor.cc
trunk/ceph/mon/Monitor.h
trunk/ceph/mon/MonitorStore.cc [new file with mode: 0644]
trunk/ceph/mon/MonitorStore.h [new file with mode: 0644]
trunk/ceph/mon/OSDMonitor.cc
trunk/ceph/mon/OSDMonitor.h
trunk/ceph/mon/Paxos.cc [new file with mode: 0644]
trunk/ceph/mon/Paxos.h [new file with mode: 0644]
trunk/ceph/msg/Dispatcher.h
trunk/ceph/msg/FakeMessenger.cc
trunk/ceph/msg/Message.cc
trunk/ceph/msg/Message.h
trunk/ceph/msg/SimpleMessenger.cc
trunk/ceph/msg/msg_types.h
trunk/ceph/osd/FakeStore.cc
trunk/ceph/osd/FakeStore.h
trunk/ceph/osd/OSD.cc
trunk/ceph/osd/ObjectStore.h
trunk/ceph/osd/PG.cc
trunk/ceph/osd/PG.h
trunk/ceph/osd/osd_types.h